Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice12907.d
blob: 9f758dbaefe8ed658661390648958c40d8399eb9 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice12907.d(10): Error: template lambda has no type
---
*/
auto
f
(
void
function
()
g
)
{
return
x
=>
(*
g
)();
}