Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail317.d
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
{}
}