lazy in main

Carlos Santander csantander619 at gmail.com
Tue Sep 5 08:31:02 PDT 2006


This compiles successfully:

int main (lazy char [][] args)
{
         return args.length;
}

But at runtime I get "Illegal instruction". Tested with gdc from SVN repos (uses 
dmd 0.166) on Mac OS X.

-- 
Carlos Santander Bernal



More information about the Digitalmars-d-bugs mailing list