more correction to match standard

This commit is contained in:
pommicket 2022-01-10 11:46:19 -05:00
parent e009f63506
commit a0c535620e
3 changed files with 110 additions and 38 deletions

View file

@ -1,22 +0,0 @@
#define z s z
z
#define f(x) f(2 * x)
f(f(4))
#define STRINGIFY2(x) # x
#define STRINGIFY(x) STRINGIFY2(x)
#define JOIN2(x,y) x ## y
#define JOIN(x,y) JOIN2(x, y)
#define X 22
JOIN(X, X)
STRINGIFY(X)
#line 6
#line 7 "some_file.c"
#pragma whatever
main(void) {
}