https://issues.dlang.org/show_bug.cgi?id=16329
Issue ID: 16329
Summary: Function declaration followed by definition does not
work
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
i.e.:
void foo();
void foo() { }
does not work.
--
