summary refs log tree commit diff stats
path: root/tests/assert/t21195.nim
blob: b690d22a0f55b246915a7b031425de3b2895ab30 (plain) (blame)
1
2
3
4
5
6
discard """
  matrix: "--verbosity:0 --os:standalone --mm:none"
"""
# bug #21195
var n = 11
assert(n == 12)