https://issues.dlang.org/show_bug.cgi?id=22585

          Issue ID: 22585
           Summary: importC: Error: variable 'var' extern symbols cannot
                    have initializers
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

---
extern const unsigned char array[];
const unsigned char array[4] = { 0, 1, 2, 3, 4 };
---

Caused by PR fix for issue 22537 and issue 22538.

--

Reply via email to