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