commit | b3d1d3b95d4e8add6a38af776591e95b8f8fb178 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Mar 06 04:28:03 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Mar 06 04:28:03 2009 +0000 |
tree | 5c09f3c0d40031629df97dfbbc4011ad7bd26563 | |
parent | 84d513743484917596fb62d0baa34674e29dabda [diff] |
#import is not considered an extension for ObjC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/objc-pp.m b/test/Preprocessor/objc-pp.m new file mode 100644 index 0000000..0648acd --- /dev/null +++ b/test/Preprocessor/objc-pp.m
@@ -0,0 +1,4 @@ +// RUN: clang %s -fsyntax-only -verify -pedantic + +#import <stdio.h> // no warning. +