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