summary refs log tree commit diff stats
path: root/tests/reject/tstmtexp.nim
blob: 50248ad329ba1b2933c00dd7d6facd9f42d4e26d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  file: "tstmtexp.nim"
  line: 8
  errormsg: "value returned by statement has to be discarded"
"""
# Test 3

1+4 #ERROR_MSG value returned by statement has to be discarded