OSDN Git Service

* gcc.c-torture/compile/20021120-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20021110.c
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 }