MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail7424h.d
blobe48408c468125f648a381957dce83813dd233033
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail7424h.d(10): Error: template `this.g()()` has no value
5 ---
6 */
7 struct S7424g
9 @property int g()() { return 0; }
10 void test() inout { int f = g; }