view test/bug26.d @ 80:7299ff502248 trunk

[svn r84] Fixed: Returning from a void function from inside the try of a try-finally block was broken.
author lindquist
date Wed, 31 Oct 2007 22:35:39 +0100
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}