Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail22529.d
blob: 3bec3c0f7d3d27a5152a014256ae51f10fe01d39 [
file
] [
log
] [
blame
]
// https://issues.dlang.org/show_bug.cgi?id=22529
/*
TEST_OUTPUT:
---
fail_compilation/fail22529.d(13): Error: found `return` when expecting `;` following statement
---
*/
void
main
()
{
foo
()
return
;
}