dmd/compiler/test/fail_compilation/bug5b.d
2022-07-09 18:53:07 +02:00

10 lines
178 B
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()
{
}