]> git.sur5r.net Git - cc65/blob - testcode/compiler/pptest5.c
Merge pull request #438 from bbbradsmith/ca65_rand_comment
[cc65] / testcode / compiler / pptest5.c
1 #define t(x,y,z) x ## y ## z 
2 int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,),
3             t(10,,), t(,11,), t(,,12), t(,,) };