Sign in
go
/
go
/
f3ed8e61d9812855cf9be9d3f5366d3474f02f69
/
.
/
misc
/
cgo
/
testplugin
/
testdata
/
common
/
common.go
blob: b064e6bccfe828194a6315ef0e3015e5e1c4e101 [
file
] [
log
] [
blame
]
// 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
}