MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice12907.d
blob9f758dbaefe8ed658661390648958c40d8399eb9
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice12907.d(10): Error: template lambda has no type
5 ---
6 */
8 auto f(void function() g)
10 return x => (*g)();