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

          Issue ID: 13385
           Summary: ICE with new package(names) protection
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: [email protected]
          Reporter: [email protected]

Following code segfaults git-head dmd.

test.d
---
//module test;
package(a) void foo() {}
---

Enabling ModuleDeclaration does not fix the issue.

--

Reply via email to