Open
Description
As discussed in https://gcc-rust.zulipchat.com/#narrow/stream/281658-compiler-development/topic/Testsuite/near/230597886:
We're currently synthesizing a
void main
function (see-fdump-tree-gimple
); this should (for now) probably beint main
, plus the usualreturn 0
at the end.
(I'm aware of #144 "Implement main shim" which probably needs to be completed to resolve this properly.)
Fixing this (so that we get deterministic normal process termination) is a prerequisite for #281 "Create runnable test folder".