summary refs log tree commit diff stats
path: root/tests/gc/tdisable_orc.nim
blob: b5f161c79197f9c28b1edfd9224e53571c93e0aa (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  joinable: false
"""

import std/asyncdispatch

# bug #22256
GC_disableMarkAndSweep()
waitFor sleepAsync(1000)