1 2 3 4 5 6 7 8 9 10
/* PR c/8439 */ /* Verify that GCC properly handles null increments. */ struct empty { }; void foo(struct empty *p) { p++; }