summaryrefslogtreecommitdiff
path: root/clang/test/ARCMT/Inputs/test2.m.in
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ARCMT/Inputs/test2.m.in')
-rw-r--r--clang/test/ARCMT/Inputs/test2.m.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/ARCMT/Inputs/test2.m.in b/clang/test/ARCMT/Inputs/test2.m.in
new file mode 100644
index 0000000..99f87b0
--- /dev/null
+++ b/clang/test/ARCMT/Inputs/test2.m.in
@@ -0,0 +1,6 @@
+#define PART2
+#include "test.h"
+
+void test2(id p) {
+ [p release];
+}