d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test21096.d
blob302eb3da31a132ae18cc521f0587bcacb89871b2
1 // https://issues.dlang.org/show_bug.cgi?id=21096
3 /*
4 TEST_OUTPUT:
5 ---
6 fail_compilation/test21096.d(11): Error: identifier or new keyword expected following `(...)`.
7 fail_compilation/test21096.d(11): Error: no identifier for declarator `char[(__error)]`
8 ---
9 */
11 char[(void*).];