https://issues.dlang.org/show_bug.cgi?id=14634
Issue ID: 14634
Summary: dmd crashes without any input
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Keywords: ice
Severity: regression
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
Create this simple sc.ini file in current directory:
[Environment]
LIB="a"
LIB="b"
and run dmd without any options:
> dmd
crash happens.
Introduced in: https://github.com/D-Programming-Language/dmd/pull/4679
--
