https://issues.dlang.org/show_bug.cgi?id=22113
Issue ID: 22113
Summary: Allow `noreturn` as a type for main function
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Using `noreturn main(..)` makes sense for some programs, but isn't currently
allowed.
--
