summary refs log blame commit diff stats
path: root/tests/pragmas/twarning_off.nim
blob: d5d31d4c2356e6bb441c598033f686d4ea5bed3f (plain) (tree)
1
2
3
4


             
  











                                                                                 
discard """
  nimout: '''
compile start
..
warn_module.nim(6, 6) Hint: 'test' is declared but not used [XDeclaredButNotUsed]
compile end
'''
"""

static:
  echo "compile start"

import warn_module

static:
  echo "compile end"