Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
test18130.d
blob: 4309a6b686722d9ce650d520f117629423c4f9e5 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/test18130.d(8): Error: variable `test18130.foo.v` Zero-length `out` parameters are not allowed.
---
*/
// https://issues.dlang.org/show_bug.cgi?id=18130
void
foo
(
out
byte
[
0
]
v
)
{
}