...

Text file src/cmd/go/testdata/script/linkname.txt

Documentation: cmd/go/testdata/script

     1env GO111MODULE=off
     2
     3# check for linker name in error message about linker crash
     4[!compiler:gc] skip
     5! go build -ldflags=-crash_for_testing x.go
     6stderr [\\/]tool[\\/].*[\\/]link
     7
     8-- x.go --
     9package main; func main() {}

View as plain text