https://issues.dlang.org/show_bug.cgi?id=13403
Issue ID: 13403
Summary: [ICE][2.067Alpha] Internal error: backend\type.c 332
with new package protection extension.
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1406
--> https://issues.dlang.org/attachment.cgi?id=1406&action=edit
complete dir tree to reproduce
See whole tree in zip attached ZIP file. It's just a couple of lines though.
Source:
//pkg/internal/bug.d:
package(pkg):
template BacktrackingMatcher()
{
}
Compiled as:
dmd -c pkg/internal/bug.d
Output:
Internal error: backend\type.c 332
--