blob: 2e383e1a7c685d0317d28ced00e0b6960a3cbc93 [file] [log] [blame]
// run-pass
fn f() -> isize { { return 3; } }
pub fn main() { assert_eq!(f(), 3); }