http://d.puremagic.com/issues/show_bug.cgi?id=10339
Summary: DMD segfaults on __MODULE__ token
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Martin Krejcirik <[email protected]> 2013-06-12 00:16:58 CEST ---
filename: modbug.d
//module modbug;
void main()
{
auto name = __MODULE__;
}
Notice: module keyword must not be used
DMD32 D Compiler v2.064-devel-19a54f8
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------