Files
Nim/tests/ic/tstdlib_import_changed.nim
Andreas Rumpf 7b6ab5109f IC exposes typedesc implementation shenanigans (#17759)
* IC exposes typedesc implementation shenanigans; so I change system.default's definition to what it should have been to begin with
* Update lib/system.nim

Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
2021-04-18 07:27:03 +02:00

16 lines
157 B
Nim

discard """
output: '''yes'''
"""
echo "yes"
#!EDIT!#
discard """
output: '''yes2'''
"""
import std / [monotimes]
#discard getMonoTime()
echo "yes2"