Sign in
◑
Theme
go
/
go
/
6d1aaf143c879ae7acbd20a1e60bf74681bf6055
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
linkname.txt
blob: 11336594d3596ba8a203bdc1099d90d63bc054b1 [
file
]
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() {}