github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/backup/tag0.gno (about) 1 // The following comment line has the same effect as 'go run -tags=dummy' 2 // yaegi:tags dummy 3 4 package main 5 6 import _ "github.com/gnolang/gno/_test/ct" 7 8 func main() { 9 println("bye") 10 } 11 12 // Output: 13 // hello from ct1 14 // hello from ct3 15 // bye