mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
10 lines
115 B
Nim
10 lines
115 B
Nim
discard """
|
|
cmd: '''nim c --gc:arc $file'''
|
|
output: '''(v: 42)
|
|
igotdestroyed'''
|
|
"""
|
|
|
|
import objFile
|
|
|
|
echo test
|