brintos

brintos / llvm-project-archived public Read only

0
0
Text · 71 B · 829bc0e Raw
6 lines · cpp
1class A {2public:3  struct { int foo; } f;4  struct { int foo; } g;5};6