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