view test/moduleinfo1.d @ 107:3efbcc81ba45 trunk

[svn r111] Fixed most problems with complex number support and added typeinfo for them. Added typeinfo ti_C. Did some changes to the way expressions that have both lvalue and rvalue LLVM values are handled.
author lindquist
date Tue, 20 Nov 2007 00:02:35 +0100
parents ccca1c13e13a
children fd7ad91fd713
line wrap: on
line source

module moduleinfo1;

class C
{
}

void main()
{
    C c;
}