view tests/mini/compile_bug26.d @ 907:acc834cb1657

Add testcase for #189 to mini tests.
author Christian Kamm <kamm incasoftware de>
date Sun, 25 Jan 2009 12:38:29 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}