d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail13064.d
bloba59de72e9dd1ffc95cdc0e5a6cdd82c7cac31e68
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail13064.d(8): Error: function `fail13064.f` storage class `auto` has no effect if return type is not inferred
5 ---
6 */
8 auto void f() { }