|
|
Power 6/32 Unix version 1.21
c subroutine tst7 parameter(ntest=7) c Mixed local and global integer li real lx common /t7/ i,x li=6 i=li if ( i.ne.6 ) call e(1,ntest) i=6 li=i if ( li .ne. 6 ) call e(2,ntest) lx = 3.5 x=lx if ( x .ne. 3.5 ) call e(3,ntest) x= 4.5 lx= x if ( lx .ne. 4.5 ) call e(4,ntest) end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.