4.4BSD/usr/src/old/sdb/TESTS/y.c

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


main() {
	int i = 0;
	int j = 0;
	register a, b, c, d, e, f, g, h;

	for (;;) {
		i++;
		j++;
		printf("Hello sailor\n");
		a = 1;
		b = 3;
		c = 5;
		d = 7; 
		e = 9; f = 11;
		g = 12;
		h = 13;
	}
}