view tests/mini/compile_bug26.d @ 867:766267808f11

Rename test to accepted name.
author Christian Kamm <kamm incasoftware de>
date Sat, 20 Dec 2008 09:29:36 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}