MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail259.d
blobcbada7c5d4396bb5cf783a892c12d359e6a01dfd
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail259.d(11): Error: function `fail259.C.foo` does not override any function
5 ---
6 */
8 class C
10 final
11 override void foo(){}