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