summary refs log tree commit diff stats
path: root/tests/errmsgs/undeclared_routine5.nim
blob: 0387448a4b78308980edf914037ca368d2c8c484 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
cmd: '''nim c --hints:off $file'''
errormsg: "undeclared identifier: 'myfun'"
nimout: '''undeclared_routine5.nim(9, 9) Error: undeclared identifier: 'myfun'
'''
"""


let a = myfun(1)