V8/usr/src/cmd/pcc1/mip/x.c

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

main()
{
	int x, y;

	x - = y;
	x + = y;
	x ? y + = x : y;
}