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