modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/20021110.c (about) 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 }