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