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)
llvm-svn: 174649

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

diff --git a/clang/test/Modules/Inputs/MethodPoolASub2.h b/clang/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