brintos

brintos / llvm-project-archived public Read only

0
0
Text · 101 B · 1314300 Raw
8 lines · c
1#ifndef C_QUOTE_H2#define C_QUOTE_H3 4#define FOO1_QUOTE(x) 2 * x5#define FOO2_QUOTE(x) 2 * x6 7#endif8