main :- fn(){ (fn(x: int, y: float) int { printf("Hello!\n"); })(3, 7.3); };