#include "perms.h"

                                                                //      1  %begin
#line 1 "49.imp"
int main(int argc, char **argv) {
  __label__ _imp_endofblock;
  _imp_initialise(argc, argv);
                                                                //      2    %string (6) s
_imp_current_line = 2; _imp_current_file = "49.imp";
#line 2 "49.imp"
_imp_string /*%string(6)*/ S;
                                                                //      3    %string (6) %name sp
_imp_current_line = 3; _imp_current_file = "49.imp";
#line 3 "49.imp"
_imp_string /*%string(6)*/ /*name*/*SP;
                                                                //      4    %real r
_imp_current_line = 4; _imp_current_file = "49.imp";
#line 4 "49.imp"
float R;
                                                                //      5    %realname rp
_imp_current_line = 5; _imp_current_file = "49.imp";
#line 5 "49.imp"
float /*name*/*RP;
                                                                //      6    %integer i
_imp_current_line = 6; _imp_current_file = "49.imp";
#line 6 "49.imp"
int I;
                                                                //      7    %integername ip
_imp_current_line = 7; _imp_current_file = "49.imp";
#line 7 "49.imp"
int /*name*/*IP;
                                                                //      8    %short %integer si
_imp_current_line = 8; _imp_current_file = "49.imp";
#line 8 "49.imp"
short SI;
                                                                //      9    %short %integer %name sip
_imp_current_line = 9; _imp_current_file = "49.imp";
#line 9 "49.imp"
short /*name*/*SIP;
                                                                //     10    %byte %integer bi
_imp_current_line = 10; _imp_current_file = "49.imp";
#line 10 "49.imp"
unsigned char BI;
                                                                //     11    %byte %integer %name bip
_imp_current_line = 11; _imp_current_file = "49.imp";
#line 11 "49.imp"
unsigned char /*name*/*BIP;
                                                                //     12    sp == s
_imp_current_line = 12; _imp_current_file = "49.imp";
#line 12 "49.imp"
SP = &S;
                                                                //     13    rp == r
_imp_current_line = 13; _imp_current_file = "49.imp";
#line 13 "49.imp"
RP = &R;
                                                                //     14    ip == i
_imp_current_line = 14; _imp_current_file = "49.imp";
#line 14 "49.imp"
IP = &I;
                                                                //     15    sip == si
_imp_current_line = 15; _imp_current_file = "49.imp";
#line 15 "49.imp"
SIP = &SI;
                                                                //     16    bip == bi
_imp_current_line = 16; _imp_current_file = "49.imp";
#line 16 "49.imp"
BIP = &BI;
                                                                //     17  %endofprogram
_imp_current_line = 17; _imp_current_file = "49.imp";
#line 17 "49.imp"
return 0;
_imp_endofblock: ;
} // End of block _imp_main at level 1
#line 17 "49.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 49.o 49.c -lm
