blob: 7ac96d2502d84608950d9d4249f3aefbbe8f77f0 [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// <experimental/utility>
#include <experimental/utility>
int main()
{
std::experimental::erased_type e;
((void)e);
}