view tests/mini/compile_rawvardeclinfinally.d @ 1137:45d73f0a9b43

Automated merge with http://hg.dsource.org/projects/ldc
author Christian Kamm <kamm incasoftware de>
date Tue, 24 Mar 2009 14:34:16 +0100
parents 5696a7167b21
children 8baf611f0009
line wrap: on
line source

void foo() { void delegate()[] bar; try {} finally { foreach (dg; bar) dg(); } }