]> gcc.gnu.org Git - gcc.git/blob - libgo/go/cmd/go/testdata/script/linkname.txt
libgo: update to Go 1.11
[gcc.git] / libgo / go / cmd / go / testdata / script / linkname.txt
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() {}
This page took 0.034928 seconds and 5 git commands to generate.