brintos

brintos / llvm-project-archived public Read only

0
0
Text · 70 B · 59095a3 Raw
8 lines · c
1struct Base {2  ~Base();3};4 5struct Foo : public Base {6  ~Base();7};8