(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
bug5b.d
/*
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()
{
}