mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 01:20:04 -04:00
7 lines
103 B
C++
7 lines
103 B
C++
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
|
|
class A {
|
|
public:
|
|
int x;
|
|
};
|
|
A a;
|