blob: 51f9ab6bee1894cea8330da695675f177db77027 [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;
}