4.4BSD/usr/src/old/pcc/c2.vax/Test.d/botch1.c

Compare this file to the similar file:
Show the results in this format:


main(){
	register int i,j;
	i %= j;
	j = i%8 ? 10 : 20;
}