Dnia 2008-06-25, śro o godzinie 11:26 -0400, Nicolay Korslund pisze:
> > import std.stdio;
> >
> > void main() {
> > try {
> > throw new Exception("test");
> > } catch (Exception e) {
> > }
> > }
$ gdc t.d
$ ./a.out
Abort trap: 6 (core dumped)
$
:(