examples: lang: Test that each of the mcl examples compiles
We let these rot, so fixup the issues and test them!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import "fmt"
|
||||
import "sys"
|
||||
|
||||
$x = sys.getenv("TEST", "321")
|
||||
$x = sys.defaultenv("TEST", "321")
|
||||
|
||||
print "print1" {
|
||||
msg => fmt.printf("TEST is: %s", $x),
|
||||
|
||||
Reference in New Issue
Block a user