mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
6 lines
103 B
C++
6 lines
103 B
C++
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
|
|
class A {
|
|
public:
|
|
int x;
|
|
};
|
|
A a;
|