[Issue 656] New: lazy in main

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 6 14:31:52 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=656

           Summary: lazy in main
           Product: GDC
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glue layer
        AssignedTo: dvdfrdmn at users.sf.net
        ReportedBy: csantander619 at gmail.com


Using GDC rev-50.

//---------
int main (lazy char [][] args)
{
        return args.length;
}
//---------
$ gdmd test
$ ./test 
Illegal instruction
$ ./test foo
Illegal instruction
//---------

How valid is this code?


-- 




More information about the D.gnu mailing list