github.com/zxy12/go_duplicate_112_new@v0.0.0-20200807091221-747231827200/src/cmd/go/testdata/script/linkname.txt (about) 1 # check for linker name in error message about linker crash 2 [!gc] skip 3 ! go build -ldflags=-crash_for_testing x.go 4 stderr [\\/]tool[\\/].*[\\/]link 5 6 -- x.go -- 7 package main; func main() {}