#include "perms.h"

                                                                //      1  %begin
#line 1 "68.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    %string (255) this, that
_imp_current_line = 3; _imp_current_file = "68.imp";
#line 3 "68.imp"
_imp_string /*%string(255)*/ THIS;
#line 3 "68.imp"
_imp_string /*%string(255)*/ THAT;
                                                                //      4  
                                                                //      5    that = "hello world"
_imp_current_line = 5; _imp_current_file = "68.imp";
#line 5 "68.imp"
THAT = _imp_str_literal("hello world");
                                                                //      6    ! need to implement with memmove - data copy, not a pointer copy
                                                                //      7    this = that
_imp_current_line = 7; _imp_current_file = "68.imp";
#line 7 "68.imp"
THIS = THAT;
                                                                //      8  
                                                                //      9  %endofprogram
_imp_current_line = 9; _imp_current_file = "68.imp";
#line 9 "68.imp"
return 0;
_imp_endofblock: ;
} // End of block _imp_main at level 1
#line 9 "68.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 68.o 68.c -lm
