aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/install_cgo_excluded.txt
blob: fa1fcd67a474f34c796fd134caaf56b81490a19c (plain)
1
2
3
4
5
6
7
8
9
10
11
env CGO_ENABLED=0

! go install cgotest
stderr 'build constraints exclude all Go files'

-- cgotest/m.go --
package cgotest

import "C"

var _ C.int