mirror of
https://github.com/golang/go
synced 2024-11-19 07:34:44 -07:00
7 lines
166 B
Go
7 lines
166 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")
|