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