diff options
-rw-r--r-- | tests/015-define-object-with-parens.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/015-define-object-with-parens.c b/tests/015-define-object-with-parens.c new file mode 100644 index 0000000000..7dcadfa24f --- /dev/null +++ b/tests/015-define-object-with-parens.c @@ -0,0 +1,2 @@ +#define foo ( ) 1 +foo() |