mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-12 04:09:34 +00:00
5 lines
175 B
Nim
5 lines
175 B
Nim
# Helper: instantiates fromRaw[int] in a CLEAN scope (no mtscopeb) -> the
|
|
# correct instance that the consumer must reuse.
|
|
import mtscopegen
|
|
proc warm*(): string = fromRaw(5)
|