view test/bug26.d @ 208:086e1aa99557 trunk

[svn r224] clean up temporaries after dstress has run
author ChristianK
date Tue, 13 May 2008 21:41:25 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}