blob: 7ba97b5b54e711a66413e1eb8154fbfec205bebb [file] [log] [blame]
Timur Iskhodzhanovad477762014-01-30 01:01:36 +00001// FIXME: Check IR rather than asm, then triple is not needed.
2// RUN: %clang -Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
Devang Patel3c030272010-09-29 19:08:35 +00003class A {
4public:
5 int x;
6};
7A a;