diff options
author | Andreas Rumpf <andreas@andi> | 2008-06-22 16:14:11 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andi> | 2008-06-22 16:14:11 +0200 |
commit | 405b86068e6a3d39970b9129ceec0a9108464b28 (patch) | |
tree | c0449946f54baae6ea88baf453157ddd7faa8f86 /tests/tsimtych.nim | |
download | Nim-405b86068e6a3d39970b9129ceec0a9108464b28.tar.gz |
Initial import
Diffstat (limited to 'tests/tsimtych.nim')
-rwxr-xr-x | tests/tsimtych.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tsimtych.nim b/tests/tsimtych.nim new file mode 100755 index 000000000..b100c62e3 --- /dev/null +++ b/tests/tsimtych.nim @@ -0,0 +1,5 @@ +# Test 2 +# Simple type checking + +var a: string +a = false #ERROR |