1 2 3 4 5
fn f() -> ! { ret 42; //! ERROR expected `_|_` but found `int` (types differ) fail; //! WARNING unreachable statement } fn main() { }