keep_continue: { options = { dead_code: true, evaluate: true, } input: { while (a) { if (b) { switch (true) { case c(): d(); } continue; } f(); } } expect: { while (a) { if (b) { switch (true) { case c(): d(); } continue; } f(); } } } o'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/kiki-portability-64bit.patch
AgeCommit message (Expand)Author