summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-member.c
blob: 87d4a74cee2578cf25d87286a1af685534722512 (plain)
1
2
3
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | grep DW_TAG_member

struct A { int x; } a;