mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 14:23:45 +00:00
8 lines
105 B
Nim
8 lines
105 B
Nim
discard """
|
|
cmd: "nim c --mm:orc $file"
|
|
output: ""
|
|
"""
|
|
import ./t25341_aux/a, ./t25341_aux/b
|
|
a()
|
|
b()
|