Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice8711.d
blob: d6674c4a743c558cc459336b6b4258ff66d200fa [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice8711.d(8): Error: cannot use array to initialize `int function(int)`
---
*/
int
function
(
int
)
foos
=
[
x
=>
0
];