tutus-chain/pkg/compiler/testdata/pkg2/pkg2.go

10 lines
125 B
Go
Executable File

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