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