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