On 07/09/2017 06:51 AM, Daniel N wrote:
On Sunday, 9 July 2017 at 10:31:47 UTC, Mr.D wrote:
On Saturday, 8 July 2017 at 10:15:39 UTC, Walter Bright wrote:

Has anyone a better idea?

What about

scope(exit) assert(0);

?

void func()
out { assert(0); }
body
{
}

Too indirect and verbose. An attribute or special "return type" would just cut straight to the case.

Reply via email to