brintos

brintos / llvm-project-archived public Read only

0
0
Text · 64 B · 259b8c7 Raw
7 lines · c
1#ifndef C_H_INCLUDED2#define C_H_INCLUDED3 4struct C {};5 6#endif7