mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
12 lines
177 B
C
12 lines
177 B
C
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/test23057.c(101): Error: no type for declarator before `(`
|
|
---
|
|
*/
|
|
|
|
/* https://issues.dlang.org/show_bug.cgi?id=23057
|
|
*/
|
|
|
|
#line 100
|
|
|
|
(a[0])
|