diff options
Diffstat (limited to 'tiger-compiler/tests/type/wrong-print-invalid-type.tig')
| -rw-r--r-- | tiger-compiler/tests/type/wrong-print-invalid-type.tig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tiger-compiler/tests/type/wrong-print-invalid-type.tig b/tiger-compiler/tests/type/wrong-print-invalid-type.tig new file mode 100644 index 0000000..21fef12 --- /dev/null +++ b/tiger-compiler/tests/type/wrong-print-invalid-type.tig @@ -0,0 +1,2 @@ +/* Invalid argument type (int vs string) */ +print(1) |
