summarylogtreecommitdiffstats
path: root/input_file.gpp
blob: 8059a51c466c658dd69026d5907f9e38ef117080 (plain)
1
2
3
4
5
6
7
8
9
#define FOO This is
#define BAR a message.
#define concat #1 #2
concat(FOO,BAR)
#ifeq (concat(foo,bar)) (foo bar)
This is output.
#else
This is not output.
#endif