package pkg3 import ( "github.com/tutus-one/tutus-chain/pkg/compiler/testdata/importcycle/pkg2" ) var A int func init() { pkg2.A = 1 }