summary refs log tree commit diff stats
path: root/tests/vm/mscriptcompiletime.nim
blob: ed7e7c029a2f4a713434de1225ef2b104fe5f34d (plain) (blame)
1
2
3
4
5
6
7
# bug.nim
var bar* {.compileTime.} = 1

proc dummy = discard

static:
  inc bar