blob: 686e700cae9b13878e2271c6aba38341173ab64b [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice22377.d(8): Error: function `ice22377.foo` cannot have parameter of type `string` because its linkage is `extern(C++)`
---
*/
extern(C++) void foo(string a) {}