//ww:error "not assignable" package main; type u = (int | str); fn mk() u = { return 3.5; }; export fn main() i32 = { return 0; };