fn foo() int { let y int = 2; let z int = y*2; return y; } fn bar() float { return 5.5; }