summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-method.cpp
blob: 5935727851552a53470a2351b2b8730bb90eb422 (plain)
1
2
3
4
5
6
// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_protected
class A {
protected:
  int foo();
}; 
A a;
OpenPOWER on IntegriCloud