OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / regress / usr.bin / pcc / cpp / test9
1 #define C(a,b,c) a##b##c
2 #define N(x,y) C(x,_,y)
3 #define A_O ao
4 N(A,O)