//ww:error "not assignable" package main; fn h() str = { return ""; }; export fn main() int = { let p: fn() int = h; return 0; };