index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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