summaryrefslogtreecommitdiff
path: root/glcpp/tests/015-define-object-with-parens.c
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp/tests/015-define-object-with-parens.c')
-rw-r--r--glcpp/tests/015-define-object-with-parens.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/glcpp/tests/015-define-object-with-parens.c b/glcpp/tests/015-define-object-with-parens.c
new file mode 100644
index 0000000000..558da9c617
--- /dev/null
+++ b/glcpp/tests/015-define-object-with-parens.c
@@ -0,0 +1,4 @@
+#define foo ()1
+foo()
+#define bar ()2
+bar()