summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/ice11790.d
blob: 34b2002d950b5a1aa1fae9c86072a0e55bca98f6 (plain)
1
2
3
4
5
6
7
8
/*
TEST_OUTPUT:
---
fail_compilation/ice11790.d(8): Error: cannot pass type string as a function argument
---
*/

string[string] crash = new string[string];