1*0a6a1f1dSLionel Sambuc // FIXME: Check IR rather than asm, then triple is not needed. 2*0a6a1f1dSLionel Sambuc // RUN: %clang -Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public 3f4a2713aSLionel Sambuc class A { 4f4a2713aSLionel Sambuc public: 5f4a2713aSLionel Sambuc int x; 6f4a2713aSLionel Sambuc }; 7f4a2713aSLionel Sambuc A a; 8