Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice22377.d
blob: 4616f99212a36084be272e2b1ed2863c103fcdec [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice22377.d(8): Error: Internal Compiler Error: type `string` cannot be mapped to C++
---
*/
extern
(
C
++)
void
foo
(
string
a
)
{}