1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

reworked pptest1/4/5 into executable tests and moved to test/val

This commit is contained in:
mrdudz
2020-07-21 14:58:15 +02:00
parent 638e254668
commit 010ed6d729
6 changed files with 75 additions and 12 deletions
-6
View File
@@ -1,6 +0,0 @@
#define hash_hash # ## #
#define mkstr(a) # a
#define in_between(a) mkstr(a)
#define join(c, d) in_between(c hash_hash d)
char p[] = join(x, y); // Comment
-3
View File
@@ -1,3 +0,0 @@
#define t(x,y,z) x ## y ## z
int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,),
t(10,,), t(,11,), t(,,12), t(,,) };
-3
View File
@@ -1,3 +0,0 @@
#define t(x,y,z) x ## y ## z
int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,),
t(10,,), t(,11,), t(,,12), t(,,) };