Files
Nim/tests/ic/timp.nim
2026-01-17 10:25:58 +01:00

11 lines
80 B
Nim

discard """
output: "hi 1"
"""
import myimp
var x = 0
foo(x)
echo "hi ", x