package pkg1

import "github.com/nspcc-dev/neo-go/pkg/compiler/testdata/pkg3"

func init() {
	pkg3.A = 1
}