brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · efe6fa1 Raw
9 lines · c
1#ifndef A_QUOTE_H2#define A_QUOTE_H3 4#define FOO1_QUOTE(x) x + x5#define BAR1_QUOTE(x) x + x6#define BAZ1_QUOTE(x) x + x7 8#endif9