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")
}