brintos

brintos / llvm-project-archived public Read only

0
0
Text · 59 B · cf34b14 Raw
8 lines · c
1#ifndef PRIVATE_H2#define PRIVATE_H3 4void priv();5 6#endif7 8