brintos

brintos / llvm-project-archived public Read only

0
0
Text · 40 B · 8a212d9 Raw
4 lines · cpp
1class A;2 3A *take_A(A *a) { return a; }4