brintos

brintos / llvm-project-archived public Read only

0
0
Text · 43 B · de2cb6c Raw
8 lines · cpp
1class U {2  int b;3};4 5class T {6  U u;7};8