Files
yaegi/_test/fun4.go
T

12 lines
81 B
Go

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