Files
moxa/_test/fun4.go
2018-10-01 18:30:41 +02:00

12 lines
81 B
Go

package main
func f() {}
func main() {
f()
println("ok")
}
// Output:
// ok