fn main() { let f: fn() -> ! = || std::process::exit(0); f(); // FIXME: Also add a test for , once that is fixed. }