view tests/mini/compile_bug26.d @ 760:6f33b427bfd1

Seems like hg ignores .di files, so I missed a bunch of stuff. complete druntime should be there now :)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 00:19:18 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}