view tests/mini/funcs2.d @ 612:d97b017a8aef

Fix issue with EH table indices and nested try-catch.
author Christian Kamm <kamm incasoftware de>
date Sun, 21 Sep 2008 17:18:35 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module funcs2;

void func()
{
}

void main()
{
}