Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
bug5b.d
blob: 487f22efde12dd6d57a288b23dbe9880babd141e [
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
()
{
}