package pkg2

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

func init() {
	pkg3.A = 2
}