view test/bug26.d @ 249:fa9fef362a98 trunk

[svn r266] dstress results for [265] and small fix for cleanup in runtests script
author ChristianK
date Tue, 10 Jun 2008 21:44:04 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}