summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info-member.cpp
blob: 8c2e3ebded4b8b7d12b4c62a46fb13051e40d2e8 (about) (plain)
1
2
3
4
5
6
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
class A {
public:
  int x;
}; 
A a;