summaryrefslogtreecommitdiff
path: root/clang/test/ARCMT/Inputs/test.h.result
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ARCMT/Inputs/test.h.result')
-rw-r--r--clang/test/ARCMT/Inputs/test.h.result13
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/test/ARCMT/Inputs/test.h.result b/clang/test/ARCMT/Inputs/test.h.result
new file mode 100644
index 0000000..0638a33
--- /dev/null
+++ b/clang/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