brintos

brintos / llvm-project-archived public Read only

0
0
Text · 45 B · 6682938 Raw
5 lines · cpp
1void b(int x);2void other(int y) {3  b(1);4}5