diff options
author | rumpf_a@web.de <> | 2010-02-21 23:44:53 +0100 |
---|---|---|
committer | rumpf_a@web.de <> | 2010-02-21 23:44:53 +0100 |
commit | 6da95ed9ca899db702c6a7b17d2d7db14dbb0de4 (patch) | |
tree | d29e92a1e0f863091e5a544a5b55073c7b53be45 /tests/reject/tinc.nim | |
parent | d913fdb2800d83680e413cd8a5f07b7f85deac6e (diff) | |
download | Nim-6da95ed9ca899db702c6a7b17d2d7db14dbb0de4.tar.gz |
start of yamllexer
Diffstat (limited to 'tests/reject/tinc.nim')
-rw-r--r-- | tests/reject/tinc.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/reject/tinc.nim b/tests/reject/tinc.nim new file mode 100644 index 000000000..3a27b5026 --- /dev/null +++ b/tests/reject/tinc.nim @@ -0,0 +1,5 @@ +var x = 0 + +inc(x+1) #ERROR_MSG to var type a variable needs to be passed + + |