File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / f77 / f77pass1 / tst / t07.f
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:26:07 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.