mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 18:32:11 +00:00
10 lines
124 B
Nim
10 lines
124 B
Nim
discard """
|
|
joinable: false
|
|
"""
|
|
|
|
import std/asyncdispatch
|
|
|
|
# bug #22256
|
|
GC_disableMarkAndSweep()
|
|
waitFor sleepAsync(1000)
|