view tests/mini/compile_bug26.d @ 976:fe93215deb82

Fix for fix from [974].
author Christian Kamm <kamm incasoftware de>
date Tue, 17 Feb 2009 19:08:38 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}