d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail249.d
bloba0d1940908e7a00a750115763ce4ae12d06a0806
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail249.d(16): Error: invalid `foreach` aggregate `bar()` of type `void`
5 ---
6 */
8 module main;
10 public void bar()
14 void main()
16 foreach (Object o; bar())
18 debug Object foo = null; //error