1// RUN: %clang_cc1 -emit-llvm -g < %s | grep DW_TAG_member
2
3struct A { int x; } a;
4