Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice13987.d
blob: 26d3d300a894efadba8ae9d2f8384572a1fc06d9 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice13987.d(9): Error: cannot use array to initialize S
---
*/
struct
S
{}
S s
=
[{}];