blob: 44e4c80e806689ebd6856e2f44fa9a243f6ed351 [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;
}