summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/debug-info.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info.m')
-rw-r--r--clang/test/CodeGenObjC/debug-info.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/debug-info.m b/clang/test/CodeGenObjC/debug-info.m
index 9c461ba68fb..519706be796 100644
--- a/clang/test/CodeGenObjC/debug-info.m
+++ b/clang/test/CodeGenObjC/debug-info.m
@@ -16,3 +16,11 @@
@implementation A // Line 15
-(void) m0 {}
@end
+
+@interface I1 {
+ I1 *iv0;
+}
+@end
+void f0(void) {
+ I1 *x;
+}
OpenPOWER on IntegriCloud