Timur Iskhodzhanov | ad47776 | 2014-01-30 01:01:36 +0000 | [diff] [blame] | 1 | // 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 Patel | 3c03027 | 2010-09-29 19:08:35 +0000 | [diff] [blame] | 3 | class A { |
4 | public: | ||||
5 | int x; | ||||
6 | }; | ||||
7 | A a; |