summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/ivar-encoding-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/ivar-encoding-1.m')
-rw-r--r--test/Rewriter/ivar-encoding-1.m15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/Rewriter/ivar-encoding-1.m b/test/Rewriter/ivar-encoding-1.m
new file mode 100644
index 0000000..7591461
--- /dev/null
+++ b/test/Rewriter/ivar-encoding-1.m
@@ -0,0 +1,15 @@
+// RUN: clang-cc -rewrite-objc %s -o=-
+
+@interface Intf
+{
+ id ivar;
+ id ivar1[12];
+
+ id **ivar3;
+
+ id (*ivar4) (id, id);
+}
+@end
+
+@implementation Intf
+@end
OpenPOWER on IntegriCloud