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() {}