llvm-for-llvmta/tools/clang/test/CodeGenCXX/debug-info-member.cpp

8 lines
195 B
C++
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
// FIXME: Check IR rather than asm, then triple is not needed.
// RUN: %clang --target=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
class A {
public:
int x;
};
A a;