]> git.sur5r.net Git - cc65/blob - testcode/compiler/pptest1.c
moved to better folder location
[cc65] / testcode / compiler / pptest1.c
1 #define hash_hash       # ## #
2 #define mkstr(a)        # a
3 #define in_between(a)   mkstr(a)
4 #define join(c, d)      in_between(c hash_hash d)
5
6 char p[] = join(x, y);          // Comment