Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail13064.d
blob: be434600510465972e048793ad56359df842deb6 [
file
] [
log
] [
blame
]
/*
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
()
{
}