view tests/mini/compile_bug26.d @ 1218:7977096f0e49

Name some types.
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 15 Apr 2009 21:37:01 +0200
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}