]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/fail_compilation/ice15855.d
d: Synchronize testsuite with upstream dmd
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice15855.d
CommitLineData
b4c522fa 1// REQUIRED_ARGS: -o-
7da827c9
IB
2/*
3TEST_OUTPUT:
4---
5fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `(`
6fail_compilation/ice15855.d(25): Error: found `End of File` instead of statement
7fail_compilation/ice15855.d(25): Error: expression expected, not `End of File`
8fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `;` following `for` condition
9fail_compilation/ice15855.d(25): Error: expression expected, not `End of File`
10fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `)`
11fail_compilation/ice15855.d(25): Error: found `End of File` instead of statement
12fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `}` following compound statement
13fail_compilation/ice15855.d(25): Error: found `End of File` when expecting `]`
14fail_compilation/ice15855.d(25): Error: no identifier for declarator `a[()
15{
16for (; 0; 0)
17{
18}
19}
20]`
21---
22*/
b4c522fa
IB
23
24a[{for