make preprocessing behave a bit more like it should
This commit is contained in:
parent
6e75b24b7c
commit
e009f63506
2 changed files with 22 additions and 10 deletions
|
@ -1,5 +1,7 @@
|
|||
#define z sz
|
||||
#define z s z
|
||||
z
|
||||
#define f(x) f(2 * x)
|
||||
f(f(4))
|
||||
|
||||
#define STRINGIFY2(x) # x
|
||||
#define STRINGIFY(x) STRINGIFY2(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue