mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 23:30:36 +00:00
8 lines
107 B
Go
8 lines
107 B
Go
|
package pkg1
|
||
|
|
||
|
import "github.com/nspcc-dev/neo-go/pkg/compiler/testdata/pkg3"
|
||
|
|
||
|
func init() {
|
||
|
pkg3.A = 1
|
||
|
}
|