Sign in
go
/
go
/
220bc44a4c7b8ccc15c38f593531d5f0e721485c
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
build_dash_o_dev_null.txt
blob: e415fc224dc1261f2ab5aa5450c08e01cb4a1862 [
file
] [
log
] [
blame
]
# Issue #25579
[short] skip
go build -o $devnull hello.go
! exists 'hello'$GOEXE
-- hello.go --
package main
func main() {
println("hello, world")
}