placeholder test

llvm-svn: 124193
This commit is contained in:
Howard Hinnant 2011-01-25 16:32:04 +00:00
parent 2a3f1bc13f
commit 389eb9b54a
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// type_traits
// aligned_union
#include <type_traits>
int main()
{
#error aligned_union is not implemented
}