]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/ice15855.d
e800838c45c14becfbd2b28920fd8bd237a1c5fa
[gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice15855.d
1 // REQUIRED_ARGS: -o-
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `(`
6 fail_compilation/ice15855.d(25): Error: found `End of File` instead of statement
7 fail_compilation/ice15855.d(25): Error: expression expected, not `End of File`
8 fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `;` following `for` condition
9 fail_compilation/ice15855.d(25): Error: expression expected, not `End of File`
10 fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `)`
11 fail_compilation/ice15855.d(25): Error: found `End of File` instead of statement
12 fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `}` following compound statement
13 fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `]`
14 fail_compilation/ice15855.d(25): Error: no identifier for declarator `a[()
15 {
16 for (; 0; 0)
17 {
18 }
19 }
20 ]`
21 ---
22 */
23
24 a[{for
This page took 0.040311 seconds and 4 git commands to generate.