typedef intfn = fn() -> int32; make_fun () -> intfn { g () -> int32 { return 0; } return g; }