brintos

brintos / llvm-project-archived public Read only

0
0
Text · 66 B · 1b23e72 Raw
3 lines · c
1struct X { union { int n; }; };2inline int a(X x) { return x.n; }3