Skip to content

general: allow mixing declarations and statements

Peter Eisenmann requested to merge wip/p3732/arbitrary-order into main

C89 demands declarations to precede any statements. We build with C11 though, so there is no need for this restriction.

Merge request reports