aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/cgo/declarecgo_nocgo.go
blob: a05c01257d096654be90615a3bdb0f1d00815451 (plain)
1
2
3
4
5
6
//+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)