mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-25 21:19:02 +02:00
Fix RawVarDecl double codegen bug. Thanks to downs for the testcase.
This commit is contained in:
1
tests/mini/compile_rawvardeclinfinally.d
Normal file
1
tests/mini/compile_rawvardeclinfinally.d
Normal file
@@ -0,0 +1 @@
|
||||
void foo() { void delegate()[] bar; try {} finally { foreach (dg; bar) dg(); } }
|
||||
Reference in New Issue
Block a user