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