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
This commit is contained in:
Richard Smith 2013-07-03 18:35:53 +00:00
parent 2542b3b17f
commit a9d6a0e1f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang -fsyntax-only -std=c++11 %s
// RUN: %clang -fsyntax-only -std=c++11 -fmodules %s
// RUN: %clang -ffreestanding -fsyntax-only -std=c++11 %s
// RUN: %clang -ffreestanding -fsyntax-only -std=c++11 -fmodules %s
#include <stdalign.h>