Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice22377.d
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
)
{}