d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail5953s1.d
blob275c3f9579870f19663d3e3399f0e4348419d8d7
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail5953s1.d(10): Error: expression expected, not `,`
5 ---
6 */
7 void main()
9 struct S{}
10 S s2 = {,}; // invalid, but compiles