/* PR c/8439 */
/* Verify that GCC properly handles null increments. */

struct empty {
};

void foo(struct empty *p)
{
   p++;
}


syntax highlighted by Code2HTML, v. 0.9.1