brintos

brintos / llvm-project-archived public Read only

0
0
Text · 68 B · 937efe5 Raw
5 lines · c
1struct S { int a; };2 3void f(const char *arg) { }4void f(S arg) { }5