shithub: regress

ref: a458242e8256b735e5bc38085fb3db35d7fa720d
dir: /cmd/cpp/ncat.test/

View raw version
#define NCAT(a)	foo ## a
NCAT(bar)

#define XCAT(a)	## a
foo XCAT(bar)

#define CAT3(foo)	a##foo##b
CAT3(blah)