#include <perms.h>

                                                                //      1  %begin
#line 1 "regression-bugs-tmp/dscond4.imp"
int main(int argc, char **argv) {
  _imp_initialise(argc, argv);
                                                                //      2  
                                                                //      3    %integer a, b, c
#line 3 "regression-bugs-tmp/dscond4.imp"
int A;
#line 3 "regression-bugs-tmp/dscond4.imp"
int B;
#line 3 "regression-bugs-tmp/dscond4.imp"
int C;
                                                                //      4  
                                                                //      5    %if a = b = c %start
#line 5 "regression-bugs-tmp/dscond4.imp"
if ((((A) != (B))) || (((B) != (C)))) goto L_0002;
                                                                //      6  
                                                                //      7    %finish
#line 7 "regression-bugs-tmp/dscond4.imp"
L_0002:;
                                                                //      8  
                                                                //      9  %endofprogram
#line 9 "regression-bugs-tmp/dscond4.imp"
/* Remove %on %event handler here if present for this block */
return 0;
} // End of block _imp_main at level 1
#line 9 "regression-bugs-tmp/dscond4.imp"
// End of file
