mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
11 lines
80 B
Nim
11 lines
80 B
Nim
discard """
|
|
output: "hi 1"
|
|
"""
|
|
|
|
import myimp
|
|
|
|
var x = 0
|
|
foo(x)
|
|
|
|
echo "hi ", x
|