brintos

brintos / llvm-project-archived public Read only

0
0
Text · 53 B · f78a1bc Raw
5 lines · c
1struct Info {2  virtual ~Info();3  void hash() {}4};5