summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/debug-info-class-extension2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-class-extension2.m')
-rw-r--r--test/CodeGenObjC/debug-info-class-extension2.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/CodeGenObjC/debug-info-class-extension2.m b/test/CodeGenObjC/debug-info-class-extension2.m
new file mode 100644
index 0000000..4cef88f
--- /dev/null
+++ b/test/CodeGenObjC/debug-info-class-extension2.m
@@ -0,0 +1,14 @@
+// RUN: %clang_cc1 -fobjc-nonfragile-abi -masm-verbose -S -g %s -o - | FileCheck %s
+// CHECK: AT_APPLE_objc_complete_type
+
+@interface Foo {} @end
+
+@interface Foo () {
+ int *bar;
+}
+@end
+
+@implementation Foo
+@end
+
+void bar(Foo *fptr) {}
OpenPOWER on IntegriCloud