Files
Nim/tests/ic/mtscopewarm.nim
2026-06-25 23:20:34 +02:00

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)