blob: d6a0f4d6e8b683368c9118432fdbef11a949cbc4 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail317.d(10): Error: function `fail317.I.f` has no function body with return type inference
---
*/
interface I
{
auto f()
in {}
out {}
}