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