summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-member.cpp
blob: 5052a6cafb79dc53b19392573964385cf625cd47 (plain)
1
2
3
4
5
6
// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_public
class A {
public:
  int x;
}; 
A a;
OpenPOWER on IntegriCloud