commit | d4a96730c1986b96f246fbc8df7adb5bcdbc4e4d | [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 | 947f11e9529dfef0a6e719056102a08fd229a091 | |
parent | bab43b4c91a200b6dc3fc2e0e29f0bcded089516 [diff] [blame] |
#import is not considered an extension for ObjC. llvm-svn: 66246
diff --git a/clang/test/Preprocessor/objc-pp.m b/clang/test/Preprocessor/objc-pp.m new file mode 100644 index 0000000..0648acd --- /dev/null +++ b/clang/test/Preprocessor/objc-pp.m
@@ -0,0 +1,4 @@ +// RUN: clang %s -fsyntax-only -verify -pedantic + +#import <stdio.h> // no warning. +