diff options
Diffstat (limited to 'test/preprocess-standard-example-1.c')
-rw-r--r-- | test/preprocess-standard-example-1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/preprocess-standard-example-1.c b/test/preprocess-standard-example-1.c new file mode 100644 index 0000000..84447e0 --- /dev/null +++ b/test/preprocess-standard-example-1.c @@ -0,0 +1,4 @@ +/* C11 6.10.3.4p4 */ +#define f(a) a*g +#define g(a) f(a) +f(2)(9) |