Sign in
go
/
gofrontend
/
33f65dce43bd01c1fa38cd90a78c9aea6ca6dd59
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
build_n_cgo.txt
blob: 7aa77aea42ad3b8bbcd3046845ffcd37a021163e [
file
] [
log
] [
blame
]
[!cgo] skip
# Test that nothing is prepended to $WORK path prefix.
# See issue golang.org/issue/37012.
go build -n
! stderr '[/\\]\$WORK'
-- go.mod --
module m
go 1.16
-- main.go --
package main
import "C"
var _ C.int