forked from ground/ground
Fixed skipped instructions after use
This commit is contained in:
7
tests/lib.grnd
Normal file
7
tests/lib.grnd
Normal file
@@ -0,0 +1,7 @@
|
||||
fun !lib_PrintHello -int
|
||||
println "Hello, world!"
|
||||
return 0
|
||||
endfun
|
||||
|
||||
println "Hello!"
|
||||
println "Hello!"
|
||||
2
tests/use.grnd
Normal file
2
tests/use.grnd
Normal file
@@ -0,0 +1,2 @@
|
||||
use "lib"
|
||||
call !lib_PrintHello &tmp
|
||||
Reference in New Issue
Block a user