diff options
Diffstat (limited to 'clang/test/PCH/objc_import.h')
-rw-r--r-- | clang/test/PCH/objc_import.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/PCH/objc_import.h b/clang/test/PCH/objc_import.h new file mode 100644 index 0000000..8af87ab --- /dev/null +++ b/clang/test/PCH/objc_import.h @@ -0,0 +1,7 @@ +/* For use with the objc_import.m test */ + +@interface TestPCH ++ alloc; +- (void)instMethod; +@end + |