brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · f5e990f Raw
9 lines · c
1#ifndef B_QUOTE_H2#define B_QUOTE_H3 4#define FOO2_QUOTE(x) x + x5#define BAR2_QUOTE(x) x + x6#define BAZ2_QUOTE(x) x + x7 8#endif9