go/internal/lsp/testdata/cgo/declarecgo_nocgo.go

7 lines
231 B
Go

//+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)