April 12, 2019
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: nobody@puremagic.com
          Reporter: ilyayaroshenko@gmail.com

struct A { float el; }
void foo(A[1]...) {}

--