summary refs log tree commit diff stats
path: root/tests/deprecated/tconst.nim
blob: 51eb6cb0ec40b20d05bc9d040fda1885dee0ef26 (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  nimout: '''
tconst.nim(8, 9) Warning: abcd; foo is deprecated [Deprecated]
'''
"""

const foo* {.deprecated: "abcd".} = 42
discard foo