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

          Issue ID: 22398
           Summary: Error: unknown, please file report on issues.dlang.org
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

Reduced code
---
const int a;
int b = a;
---

Expected result:
---
error: initializer element is not constant
    int b = a;
            ^
---

--

Reply via email to