summaryrefslogtreecommitdiff
path: root/test/ARCMT/Inputs/test.h.result
diff options
context:
space:
mode:
Diffstat (limited to 'test/ARCMT/Inputs/test.h.result')
-rw-r--r--test/ARCMT/Inputs/test.h.result13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/ARCMT/Inputs/test.h.result b/test/ARCMT/Inputs/test.h.result
new file mode 100644
index 0000000000000..0638a3378c1c0
--- /dev/null
+++ b/test/ARCMT/Inputs/test.h.result
@@ -0,0 +1,13 @@
+@protocol NSObject
+- (oneway void)release;
+@end
+
+#ifdef PART1
+static inline void part1(id p) {
+}
+#endif
+
+#ifdef PART2
+static inline void part2(id p) {
+}
+#endif