llvm-for-llvmta/tools/clang/test/CodeGen/debug-info-member.c

4 lines
105 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | grep DW_TAG_member
struct A { int x; } a;