Your IP : 172.28.240.42


Current Path : /usr/local/go/src/cmd/go/testdata/script/
Upload File :
Current File : //usr/local/go/src/cmd/go/testdata/script/build_dash_o_dev_null.txt

# Issue #25579

[short] skip

go build -o $devnull hello.go
! exists 'hello'$GOEXE

-- hello.go --
package main

func main() {
	println("hello, world")
}