view tests/mini/compile_bug26.d @ 1580:b4616536dc04

allow forward referencing, fix #361
author Moritz Warning <moritzwarning@web.de>
date Wed, 09 Sep 2009 20:13:17 +0200
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}