File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / f77 / f77pass1 / tst / sub.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

	common /tt/ l(5,4)
	equivalence (k, l(3,3))
	data k, kk /5, 3/
	do 1 i=1,5
	do 1 j=1,4
1	l(i,j)=k**3
	call sub1(i,j,k)
	end

	subroutine sub1(a, b, c)
	integer a, b, c
	common /tt/ m(3,4), n(2,4)
	data m(1,1) /7/
	a = b+c
	return
	end

unix.superglobalmegacorp.com

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