brintos

brintos / llvm-project-archived public Read only

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