blob: 11336594d3596ba8a203bdc1099d90d63bc054b1 (
plain)
1
2
3
4
5
6
7
8
9
|
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() {}
|