corrode icon indicating copy to clipboard operation
corrode copied to clipboard

exit() not declared as noreturn

Open remexre opened this issue 7 years ago • 0 comments

When compiling C source that uses exit, I get a type error because exit is declared to return void (fn exit(__status : i32);) rather than diverging (fn exit(__status : i32) -> !;).

remexre avatar Jun 20 '17 17:06 remexre