DMD compiler choking?
Jeremy Gibson
jtgibsontelusnet
Wed Apr 5 22:10:47 PDT 2006
>If you post a cut-down (yet complete) code example that exhibits the
>problem you'll get a faster response :)
>
>Regan
Okay. ;-)
/*******************************************************************************
TEST FILE - test.d
*******************************************************************************/
module test;
class MyClass
{
}
int main()
{
return 0;
}
More information about the Digitalmars-d-learn
mailing list