Sign in
go
/
tools
/
c39ce2148d8ec966a8dff2790a54aa704dd38457
/
.
/
internal
/
lsp
/
testdata
/
cgo
/
declarecgo_nocgo.go
blob: efc89348ce06e2ede1e5b9c7cd385a36b4590bb6 [
file
] [
log
] [
blame
]
//+build !cgo
package cgo
// Set a dummy marker to keep the test framework happy. The tests should be skipped.
var _ = "Example"
//@mark(funccgoexample, "Example")