blob: 302eb3da31a132ae18cc521f0587bcacb89871b2 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=21096
/*
TEST_OUTPUT:
---
fail_compilation/test21096.d(11): Error: identifier or new keyword expected following `(...)`.
fail_compilation/test21096.d(11): Error: no identifier for declarator `char[(__error)]`
---
*/
char[(void*).];