FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20021123-1.c
blobdd2aa7e09dd141c364b76462a32e483efb5f022d
1 /* PR c/8439 */
2 /* Verify that GCC properly handles null increments. */
4 struct empty {
5 };
7 void foo(struct empty *p)
9 p++;