blob: 5a2b46030f12ab80d9023fa2dd956a3db5bd4c19 [file] [log] [blame]
env CGO_ENABLED=0
! go install cgotest
stderr 'build constraints exclude all Go files'
-- go.mod --
module cgotest
go 1.16
-- m.go --
package cgotest
import "C"
var _ C.int