brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · 338178e Raw
9 lines · c
1#ifdef GIMME_A_K2 3#ifndef K_H4#define K_H5const int k = 42;6#endif7 8#endif9