MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice13027.d
blob5eafe616ec0ef83c8b78fbac28ebd371b52ae702
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice13027.d(9): Error: template instance `b!"c"` template `b` is not defined
5 ---
6 */
7 void main()
9 scope a = b!"c";