mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
* 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>
16 lines
157 B
Nim
16 lines
157 B
Nim
discard """
|
|
output: '''yes'''
|
|
"""
|
|
|
|
echo "yes"
|
|
|
|
#!EDIT!#
|
|
|
|
discard """
|
|
output: '''yes2'''
|
|
"""
|
|
|
|
import std / [monotimes]
|
|
#discard getMonoTime()
|
|
echo "yes2"
|