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