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