https://issues.dlang.org/show_bug.cgi?id=19804
Issue ID: 19804
Summary: fails to compile with fixes size array T[1]...
argument
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
struct A { float el; }
void foo(A[1]...) {}
--
