forked from OSchip/llvm-project
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:
parent
2542b3b17f
commit
a9d6a0e1f8
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue