mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-04 04:54:49 +00:00
fixes #5228
This commit is contained in:
@@ -7,6 +7,7 @@ discard """
|
||||
when not defined(definedefine):
|
||||
{.fatal: "wrong nim script configuration".}
|
||||
|
||||
import math
|
||||
import math, mfriends
|
||||
|
||||
discard gen[int]()
|
||||
echo "hello world! ", ln 2.0
|
||||
|
||||
@@ -7,6 +7,7 @@ exec "gcc -v"
|
||||
import ospaths
|
||||
|
||||
--forceBuild
|
||||
--path: "../friends"
|
||||
|
||||
warning("uninit", off)
|
||||
hint("processing", off)
|
||||
|
||||
Reference in New Issue
Block a user