blob: b34731180f5191d23be33db6c19bc13499451f82 [file] [log] [blame]
#define SQUARE(x) x*x
#define MAKE_SQUARE SQUARE
#define SQUARE_OPEN SQUARE(
MAKE_SQUARE(5)
SQUARE_OPEN A)