blob: dd2aa7e09dd141c364b76462a32e483efb5f022d [file] [log] [blame]
/* PR c/8439 */
/* Verify that GCC properly handles null increments. */
struct empty {
};
void foo(struct empty *p)
{
p++;
}