http://d.puremagic.com/issues/show_bug.cgi?id=2441
Summary: header file generation translates enum to manifest
Product: D
Version: 2.019
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: wrong-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Given the simple file blah.d:
enum x = 1;
compile with dmd -H -o- blah.d
results in:
// D import file generated from 'blah.d'
manifest x = 2;
--
