#include "perms.h"

                                                                //      1  %begin
#line 1 "62.imp"
int main(int argc, char **argv) {
  __label__ _imp_endofblock;
  _imp_initialise(argc, argv);
                                                                //      2    ! see if we can remove redundant *& in assignment of 'that == buff(0)'
                                                                //      3    %recordformat bfm(%integer i, j)
_imp_current_line = 3; _imp_current_file = "62.imp";
#line 3 "62.imp"
typedef struct BFM BFM;
struct BFM {
  int I;
  int J;
};
                                                                //      4  
                                                                //      5    %record (bfm) this, that
_imp_current_line = 5; _imp_current_file = "62.imp";
#line 5 "62.imp"
 BFM THIS;
#line 5 "62.imp"
 BFM THAT;
                                                                //      6  
                                                                //      7    ! need to implement with memset
                                                                //      8    that = 0
_imp_current_line = 8; _imp_current_file = "62.imp";
#line 8 "62.imp"
THAT = (BFM){ 0 } /* Assign 0's to all fields of record */;
                                                                //      9    ! need to implement with memcpy
                                                                //     10    this = that
_imp_current_line = 10; _imp_current_file = "62.imp";
#line 10 "62.imp"
THIS = THAT;
                                                                //     11  
                                                                //     12  %endofprogram
_imp_current_line = 12; _imp_current_file = "62.imp";
#line 12 "62.imp"
return 0;
_imp_endofblock: ;
} // End of block _imp_main at level 1
#line 12 "62.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 62.o 62.c -lm
