blob: 8ba5717548f03febf7150e7edc9f0c66fac12769 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/bug5b.d(8): Error: function `bug5b.test1` has no `return` statement, but is expected to return a value of type `int`
---
*/
int test1()
{
}