MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice9545.d
blob7360bc534f2a8f9ce5aa57562c49301874a31814
1 // REQUIRED_ARGS: -o-
2 /*
3 TEST_OUTPUT:
4 ----
5 fail_compilation/ice9545.d(13): Error: type `int` has no value
6 ----
7 */
9 struct S { template T(X) { alias T = X; } }
11 void main()
13 auto x1 = S.init.T!int; // ICE