aboutsummaryrefslogtreecommitdiff
path: root/test/preprocess-macro-function-paren.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/preprocess-macro-function-paren.c')
-rw-r--r--test/preprocess-macro-function-paren.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/preprocess-macro-function-paren.c b/test/preprocess-macro-function-paren.c
new file mode 100644
index 0000000..c7c7639
--- /dev/null
+++ b/test/preprocess-macro-function-paren.c
@@ -0,0 +1,4 @@
+#define g(x) [x]
+#define f(a) g a (def)
+f((abc))
+f()