]> granicus.if.org Git - clang/commitdiff
Add missing header from r174648
authorDouglas Gregor <dgregor@apple.com>
Thu, 7 Feb 2013 19:15:44 +0000 (19:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 7 Feb 2013 19:15:44 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174649 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/Inputs/MethodPoolASub2.h [new file with mode: 0644]

diff --git a/test/Modules/Inputs/MethodPoolASub2.h b/test/Modules/Inputs/MethodPoolASub2.h
new file mode 100644 (file)
index 0000000..cd0f785
--- /dev/null
@@ -0,0 +1,3 @@
+@interface A (Sub2)
+- (char*)method4;
+@end