Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice11790.d
blob: 34b2002d950b5a1aa1fae9c86072a0e55bca98f6 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice11790.d(8): Error: cannot pass type string as a function argument
---
*/
string
[
string
]
crash
=
new
string
[
string
];