brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · 600f44e Raw
7 lines · c
1struct Outer {2// This definition is actually hidden since only submodule 'one' is imported.3struct Inner {4  int x;5} field;6};7