13 lines · plain
1// RUN: %clang_cc1 -S -debug-info-kind=limited %s -o - | FileCheck %s2 3// CHECK-NOT: AT_APPLE_objc_complete_type4 5@interface Foo {} @end6 7@interface Foo () {8 int *bar;9}10@end11 12void bar(Foo *fptr) {}13 1// RUN: %clang_cc1 -S -debug-info-kind=limited %s -o - | FileCheck %s2 3// CHECK-NOT: AT_APPLE_objc_complete_type4 5@interface Foo {} @end6 7@interface Foo () {8 int *bar;9}10@end11 12void bar(Foo *fptr) {}13