mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
175 B
D
8 lines
175 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail13064.d(8): Error: function `fail13064.f` storage class `auto` has no effect if return type is not inferred
|
|
---
|
|
*/
|
|
|
|
auto void f() { }
|