Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
failinout2.d
blob: e1553636ab7cc2ce829ec031d65e19f250c4f152 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/failinout2.d(7): Error: variable `failinout2.x` only parameters or stack based variables can be `inout`
---
*/
inout
int
x
;