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!"
|
||||
Reference in New Issue
Block a user