view test/bug26.d @ 327:781af50846b2 trunk

[svn r348] Switch on class invariants (except in release mode). Generate correct member for classInvariant in classinfo struct.
author ChristianK
date Thu, 10 Jul 2008 22:00:27 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}