Files
moxa/_test/fun11.go

13 lines
90 B
Go

package main
var f F
type F func(int)
func main() {
println("ok")
}
// Output:
// ok