blob: 009f269ee0d32c625eabac31bb6f12a86de9608a [file] [log] [blame]
void foo()
{
try
{
;
}
catch (Exception e)
{
;
}
finally
{
;
}
bar();
try
{
;
}
catch (Exception e)
{
;
}
catch (Exception e)
{
;
}
finally
{
;
}
bar();
}