File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / f77 / f77pass1 / tst / t08.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 tst8
	parameter(ntest=8)
c	Equivalence

	integer il(2)
	equivalence (il(1),xl),(il(2),yl)
	common /t8/ i(2)
	equivalence (i(1),x),(i(2),y)

	xl = 3.5
	il(2) = il(1)
	if ( yl .ne. 3.5 ) call e(1,ntest)
	x= 4.5
	i(2) = i(1)
	if ( y .ne. 4.5 ) call e(2,ntest)
	end

unix.superglobalmegacorp.com

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