brintos

brintos / llvm-project-archived public Read only

0
0
Text · 91 B · ddb67a5 Raw
12 lines · cpp
1namespace N {2  struct S {3    int a;4  };5}6 7namespace N {8  struct T {9    int b;10  };11}12