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


let a = myfun(1)