brintos

brintos / llvm-project-archived public Read only

0
0
Text · 195 B · 68d0252 Raw
8 lines · cpp
1// FIXME: Check IR rather than asm, then triple is not needed.2// RUN: %clang --target=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public3class A {4public:5  int x;6}; 7A a;8