tutus-chain/pkg/compiler/testdata/pkg3/pkg3.go

8 lines
48 B
Go
Executable File

package pkg3
var A int
func init() {
A = 3
}