android13/external/clang/test/ASTMerge/Inputs/anonymous-fields1.cpp

6 lines
71 B
C++
Raw Normal View History

2024-06-22 08:45:49 -04:00
class A {
public:
struct { int foo; } f;
struct { int foo; } g;
};