view tangotests/g.d @ 160:b77664331d06 trunk

[svn r176] Fixed a bug with class constructors.
author lindquist
date Sun, 04 May 2008 04:35:27 +0200
parents 1700239cab2e
children
line wrap: on
line source

extern(C)
{
    private extern int integer;
}

void func()
{
    integer++;
}