brintos

brintos / llvm-project-archived public Read only

0
0
Text · 76 B · a43fd1a Raw
9 lines · c
1#ifdef GIMME_AN_L2 3#ifndef L_H4#define L_H5const int l = 42;6#endif7 8#endif9