brintos

brintos / llvm-project-archived public Read only

0
0
Text · 64 B · 69f2f79 Raw
7 lines · cpp
1struct A {2  int a = 47;3  virtual ~A();4};5 6A::~A() = default;7