undeclared_routime5.nim 196 B

12345678910
  1. discard """
  2. cmd: '''nim c --hints:off $file'''
  3. errormsg: "undeclared identifier: 'myfun'"
  4. nimout: '''undeclared_routime5.nim(9, 9) Error: undeclared identifier: 'myfun'
  5. '''
  6. """
  7. let a = myfun(1)