[Issue 315] Exception handling is broken for delegates on Linux
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 25 09:51:08 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=315
shro8822 at uidaho.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shro8822 at uidaho.edu
------- Comment #2 from shro8822 at uidaho.edu 2006-09-25 11:51 -------
another case
<code>
import std.stdio;
void main()
{
{
scope(exit) writef("a\n");
}
scope(exit) writef("b\n");
}
<code>
output:
a
b
b
--
More information about the Digitalmars-d-bugs
mailing list