``` int arg = 0; if ((arg = arg + 1) > 5) { printf("arg: %d, greater than 5.\n", arg); } ```