MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice22377.d
blob686e700cae9b13878e2271c6aba38341173ab64b
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice22377.d(8): Error: function `ice22377.foo` cannot have parameter of type `string` because its linkage is `extern(C++)`
5 ---
6 */
8 extern(C++) void foo(string a) {}