diff options
Diffstat (limited to 'tests/23-nested-parens.in')
| -rw-r--r-- | tests/23-nested-parens.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/23-nested-parens.in b/tests/23-nested-parens.in new file mode 100644 index 0000000..8dadc56 --- /dev/null +++ b/tests/23-nested-parens.in @@ -0,0 +1,5 @@ +foo(one(), two(three())); +foo(); +xx())))); +xx((((); +yy)()(); |
