...

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

Documentation: cmd/go/testdata/script

     1# Issue #25579
     2
     3[short] skip
     4
     5go build -o $devnull hello.go
     6! exists 'hello'$GOEXE
     7
     8-- hello.go --
     9package main
    10
    11func main() {
    12	println("hello, world")
    13}

View as plain text