No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 20021110.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++;