brintos

brintos / llvm-project-archived public Read only

0
0
Text · 101 B · d5d56fe Raw
10 lines · c
1struct S {2  void m(int x);3 4  S();5  S(const S&);6 7  operator const char*();8  operator char*();9};10