Sign in
go
/
tools
/
3a0c4deef17a05d90ac789de162b10649b6dcf6d
/
.
/
go
/
analysis
/
passes
/
cgocall
/
testdata
/
src
/
a
/
cgo3.go
blob: fd0951661789685e0024146c13e516736daf5dbc [
file
] [
log
] [
blame
]
// Copyright 2017 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 a
import "C"
func F() {
}