summary refs log tree commit diff stats
path: root/tests/system/tgcnone.nim
blob: 47c6c601451a7214befbcd269e9bca73e3fa508a (plain) (blame)
1
2
3
4
5
6
discard """
  matrix: "--gc:none -d:useMalloc --threads:off"
"""
# bug #15617
let x = 4
doAssert x == 4