summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/field-access-debug-info.cpp
blob: 907fe04be57db57c61f7f97717ccc00203fb08a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %clang_cc1 -g -S -masm-verbose -o %t %s
// RUN: grep DW_AT_accessibility %t

class A {
public:
  int p;
private:
  int pr;
};

A a;
OpenPOWER on IntegriCloud