brintos

brintos / llvm-project-archived public Read only

0
0
Text · 67 B · c288537 Raw
9 lines · c
1#ifndef A_H2#define A_H3 4struct A {5  virtual void x();6};7 8#endif9