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

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

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