[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / debug-info-member.c
blob87d4a74cee2578cf25d87286a1af685534722512
1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | grep DW_TAG_member
3 struct A { int x; } a;