summary refs log blame commit diff stats
path: root/tests/parser/twrongcmdsyntax.nim
blob: c2962bed44d08a261ded9c9ac78d490f729a6a4d (plain) (tree)
1
2
3
4
5
6
           
                                                                        



         
discard """
  errormsg: '''in expression '4 2': identifier expected, but found '4'''
  line: 6
"""

echo 4 +2