summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/MethodPoolB.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/MethodPoolB.h')
-rw-r--r--clang/test/Modules/Inputs/MethodPoolB.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/MethodPoolB.h b/clang/test/Modules/Inputs/MethodPoolB.h
new file mode 100644
index 0000000..e1e86ed
--- /dev/null
+++ b/clang/test/Modules/Inputs/MethodPoolB.h
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+@interface B
+- (int)method1;
+- (int)method2:(float)param;
+@end