blob: b2f7d1d375ef4638d32defc6051d814fa36cd964 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/bug5.d(8): Error: function `bug5.test1` no `return exp;` or `assert(0);` at end of function
---
*/
int test1()
{
if (false)
return 0;
}