diff options
Diffstat (limited to 'test/preprocess-macro-function-no-args.c')
-rw-r--r-- | test/preprocess-macro-function-no-args.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/preprocess-macro-function-no-args.c b/test/preprocess-macro-function-no-args.c new file mode 100644 index 0000000..6b734d5 --- /dev/null +++ b/test/preprocess-macro-function-no-args.c @@ -0,0 +1,2 @@ +#define f(x) x - 2 +f() |