tgcnone.nim 104 B

1234567
  1. discard """
  2. matrix: "--gc:none -d:useMalloc --threads:off"
  3. """
  4. # bug #15617
  5. let x = 4
  6. doAssert x == 4