aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/scratch.c
blob: b37d9a595526ff4e7b4d253561014e21ba912ec7 (plain)
1
2
3
4
5
6
7
#define XXX(a, b, c) a ## b ## c

int
main()
{
    XXX(d, e, f);
}