view test/bug26.d @ 238:346cba22f4b8 trunk

[svn r255] added dstress results for [254]
author ChristianK
date Sun, 08 Jun 2008 21:23:09 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}