January 19, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1793

           Summary: Error on debug specification mixin
           Product: D
           Version: 1.025
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: samukha@voliacable.com


Error "debug Test defined after use" when compiling this:

mixin("debug = Test;");
debug(Test)
{
}


--