blob: 05e7edb0598ac426175eb7d4174717b9d161d206 [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 {}
}