mirror of https://github.com/microsoft/clang.git
test/Preprocessor/include-directive2.c: Get rid of using <float.h> to avoid #include_next on mingw.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef6de3da85
commit
db257698e0
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang_cc1 -ffreestanding -Eonly -verify %s
|
||||
# define HEADER <float.h>
|
||||
# define HEADER <stdarg.h>
|
||||
|
||||
# include HEADER
|
||||
|
||||
|
|
Loading…
Reference in New Issue