Sign in
go
/
gofrontend
/
6a7648c97c3e0cdbecbec7e760b30246521a6d90
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
linkname.txt
blob: 11336594d3596ba8a203bdc1099d90d63bc054b1 [
file
] [
log
] [
blame
]
env GO111MODULE=off
# check for linker name in error message about linker crash
[!gc] skip
! go build -ldflags=-crash_for_testing x.go
stderr [\\/]tool[\\/].*[\\/]link
-- x.go --
package main; func main() {}