Sign in
go
/
go
/
91f0e20ecbff8c7744c7b8a7a6a4582a3bfef5a2
/
.
/
misc
/
cgo
/
testplugin
/
src
/
common
/
common.go
blob: b064e6bccfe828194a6315ef0e3015e5e1c4e101 [
file
]
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package common
var X int
func init() {
X = 3
}