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