Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail169.d
blob: a8ad1021ee88b30ae1ea5413f2cc8a6011a054a7 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail169.d(8): Error: cannot have `const out` parameter of type `const(int)`
---
*/
void
foo
(
const
out
int
x
)
{
}