Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail13064.d
blob: a59de72e9dd1ffc95cdc0e5a6cdd82c7cac31e68 [
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
()
{
}