diff options
Diffstat (limited to 'tiger-compiler/tests/type/wrong-print-too-many-args.tig')
| -rw-r--r-- | tiger-compiler/tests/type/wrong-print-too-many-args.tig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tiger-compiler/tests/type/wrong-print-too-many-args.tig b/tiger-compiler/tests/type/wrong-print-too-many-args.tig new file mode 100644 index 0000000..c16a2f2 --- /dev/null +++ b/tiger-compiler/tests/type/wrong-print-too-many-args.tig @@ -0,0 +1,2 @@ +/* Too many arguments */ +print("a", "b", "c") |
