brintos

brintos / llvm-project-archived public Read only

0
0
Text · 54 B · cc198a0 Raw
5 lines · c
1#include <stdint.h>2struct A {3  virtual void B();4};5