Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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;