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