[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGenObjC / debug-info-class-extension3.m
blobf81445b47a212726515f7ba7d14c0411fdcfad80
1 // RUN: %clang_cc1 -S -debug-info-kind=limited %s -o - | FileCheck %s
3 // CHECK-NOT: AT_APPLE_objc_complete_type
5 @interface Foo {} @end
7 @interface Foo () {
8     int *bar;
10 @end
12 void bar(Foo *fptr) {}