mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-29 16:19:02 +02:00
2 lines
81 B
D
2 lines
81 B
D
void foo() { void delegate()[] bar; try {} finally { foreach (dg; bar) dg(); } }
|