Xinu7/src/cmd/as11/try.c

main()
{
        int i = 0;

	i = i + 1;
	printf("i = %d\n", i);

	exit(0);
}