view test/classinfo1.d @ 98:6789050b5ad1 trunk

[svn r102] Further delayed emission of function bodies to avoid problems with circular-forward-references. Now uses the DMD _adEq(void[], void[], TypeInfo) runtime function for array equality comparison.
author lindquist
date Wed, 14 Nov 2007 23:39:10 +0100
parents 16e88334bba7
children 5071469303d4
line wrap: on
line source

module classinfo1;

class C
{
}

void main()
{
    auto ci = C.classinfo;
}