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];