#include "perms.h"

                                                                //      1  %begin
#line 1 "59.imp"
int main(int argc, char **argv) {
  __label__ _imp_endofblock;
  _imp_initialise(argc, argv);
                                                                //      2    ! bounds need to apply to all four arrays here
                                                                //      3    %integerarray  p,q,r,s(0:255, 0:255)
_imp_current_line = 3; _imp_current_file = "59.imp";
#line 3 "59.imp"
int P[256][256];
#line 3 "59.imp"
int Q[256][256];
#line 3 "59.imp"
int R[256][256];
#line 3 "59.imp"
int S[256][256];
                                                                //      4    %integer i
_imp_current_line = 4; _imp_current_file = "59.imp";
#line 4 "59.imp"
int I;
                                                                //      5    p(100, 200) = 42
_imp_current_line = 5; _imp_current_file = "59.imp";
#line 5 "59.imp"
P[100][200] = 42;
                                                                //      6    q(100, 200) = 42
_imp_current_line = 6; _imp_current_file = "59.imp";
#line 6 "59.imp"
Q[100][200] = 42;
                                                                //      7    r(100, 200) = 42
_imp_current_line = 7; _imp_current_file = "59.imp";
#line 7 "59.imp"
R[100][200] = 42;
                                                                //      8    s(100, 200) = 42
_imp_current_line = 8; _imp_current_file = "59.imp";
#line 8 "59.imp"
S[100][200] = 42;
                                                                //      9  %endofprogram
_imp_current_line = 9; _imp_current_file = "59.imp";
#line 9 "59.imp"
return 0;
_imp_endofblock: ;
} // End of block _imp_main at level 1
#line 9 "59.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 59.o 59.c -lm
