this code returns random return codes when executed
---
alias noreturn = typeof(*null);
int main()
{
noreturn[1] a;
if (a[0]){}
return 0;
}
---
Maybe related to 21951 (initializer of noreturn).
compiled with DMD git 9d718f2f8c7f34d3b616791493d9e71d7527f221
Comment #1 by robert.schadek — 2024-12-13T19:16:30Z