brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 7c80458 Raw
12 lines · c
1struct struct1 {2  ~struct1();3  static void f();4};5 6struct struct2 {7  ~struct2();8  static void f();9};10 11int g();12