view tests/mini/compile_bug26.d @ 539:795e972e17ce

Made a small mistake in the Tango patch
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 24 Aug 2008 17:11:02 +0200
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}