MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail9773.d
blobb49ffe13dfc43ab73d9e8018ae08fbe29b14b65b
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail9773.d(7): Error: `""` is not an lvalue and cannot be modified
5 ---
6 */
7 void f(ref string a = "")
9 a = "crash and burn";