Minimized example from the ParFORM issue in https://github.com/vermaseren/form/pull/524. `mpirun -np 3 parform` freezes with the following input: ```form L F1 = 1; L F2 = 1; .sort #define flag "0" if (expression(F1)) redefine flag "1"; .sort #if `flag' .sort #endif .end ```