#include "perms.h"

                                                                //      1  %begin
#line 1 "27.imp"
int main(int argc, char **argv) {
  __label__ _imp_endofblock;
  _imp_initialise(argc, argv);
                                                                //      2    %routinespec jim(%integer x, y, z)
_imp_current_line = 2; _imp_current_file = "27.imp";
#line 2 "27.imp"
auto void JIM( int X, int Y, int Z );
                                                                //      3    %routine fred(%integer i, j, k)
_imp_current_line = 3; _imp_current_file = "27.imp";
#line 3 "27.imp"
void FRED( int I, int J, int K )
#line 3 "27.imp"
{
  __label__ _imp_endofblock;
                                                                //      4      jim(k,j,i)
_imp_current_line = 4; _imp_current_file = "27.imp";
#line 4 "27.imp"
JIM(K, J, I);
                                                                //      5    %end
_imp_current_line = 5; _imp_current_file = "27.imp";
#line 5 "27.imp"
return;
_imp_endofblock: ;
} // End of block FRED at level 2
                                                                //      6    %routine jim(%integer p, q, r)
_imp_current_line = 6; _imp_current_file = "27.imp";
#line 6 "27.imp"
void JIM( int P, int Q, int R )
#line 6 "27.imp"
{
  __label__ _imp_endofblock;
                                                                //      7      p = q+r
_imp_current_line = 7; _imp_current_file = "27.imp";
#line 7 "27.imp"
P = (((int)(Q)) + (R));
                                                                //      8    %end
_imp_current_line = 8; _imp_current_file = "27.imp";
#line 8 "27.imp"
return;
_imp_endofblock: ;
} // End of block JIM at level 2
                                                                //      9    fred(11, 22, 33)
_imp_current_line = 9; _imp_current_file = "27.imp";
#line 9 "27.imp"
FRED(11, 22, 33);
                                                                //     10  %endofprogram
_imp_current_line = 10; _imp_current_file = "27.imp";
#line 10 "27.imp"
return 0;
_imp_endofblock: ;
} // End of block _imp_main at level 1
#line 10 "27.imp"
// End of file
// COMPILE WITH: gcc12 -DVALGRIND_AVAILABLE -UPARM_OPT -DPARM_UNASS -DPARM_CHECK -O -g -ftrivial-auto-var-init=pattern -fmerge-constants -fno-strict-aliasing -Wall -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-maybe-uninitialized -Wno-uninitialized -frecord-gcc-switches -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize-undefined-trap-on-error -fsanitize=float-cast-overflow -fno-sanitize-recover=all -fstack-protector -Wno-frame-address -fno-omit-frame-pointer -Wno-return-type -Wno-comment -ftrapv -ggdb3 -gdwarf-4 -I. -I.. -c -o 27.o 27.c -lm
