Enable -ffreestanding for this test, to avoid #include_next'ing the system's
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jul 2013 18:35:53 +0000 (18:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jul 2013 18:35:53 +0000 (18:35 +0000)
commita9d6a0e1f866f3f55bfbc462c916c0c1d18b5ece
tree3f9619fcd98df99ddba31d43ffee41caa4af86d3
parent2542b3b17f2cfe58a825110039dc9bf224bec0be
Enable -ffreestanding for this test, to avoid #include_next'ing the system's
<stdint.h> (which might not exist or might not work).

llvm-svn: 185565
clang/test/Headers/cxx11.cpp