view test/typeinfo12.d @ 147:0636f6269dfd trunk

[svn r152] Relates to ticket #34. Always emit class definition if it is a template instance. Linkage still needs to be fixed.
author ChristianK
date Thu, 13 Mar 2008 18:37:52 +0100
parents 5b5194b25f33
children
line wrap: on
line source

module typeinfo12;

class C
{
}

void main()
{
}