diff options
Diffstat (limited to 'clang/test/Preprocessor/objc-pp.m')
-rw-r--r-- | clang/test/Preprocessor/objc-pp.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/objc-pp.m b/clang/test/Preprocessor/objc-pp.m new file mode 100644 index 0000000..0ec288c --- /dev/null +++ b/clang/test/Preprocessor/objc-pp.m @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -ffreestanding + +#import <stdint.h> // no warning on #import in objc mode. + |