Files
moxa/_test/fun8.go

9 lines
82 B
Go

package main
func main() { println(f == nil) }
var f func()
// Output:
// true