xref: /aosp_15_r20/external/clang/test/CodeGenCXX/debug-info-member.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // FIXME: Check IR rather than asm, then triple is not needed.
2*67e74705SXin Li // RUN: %clang -Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
3*67e74705SXin Li class A {
4*67e74705SXin Li public:
5*67e74705SXin Li   int x;
6*67e74705SXin Li };
7*67e74705SXin Li A a;
8