github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/integ/undefined_variable_test/undefined_variables_test.gno (about) 1 package main 2 3 import "testing" 4 5 func TestUndefinedVariables(t *testing.T) { 6 println("hello world: " + toto) 7 }