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