https://issues.dlang.org/show_bug.cgi?id=14446
Issue ID: 14446
Summary: ICE on invalid import
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
dmd ices with the following command line:
dmd -c -o- tinycdb.d tinycdbmk.d
=== tinycdb.d ===
module iv;
struct CDB {}
=== tinycdbmk.d ===
struct CDBMaker {
import tinycdb;
}
--
