Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021110.c
blob: dd2aa7e09dd141c364b76462a32e483efb5f022d [
file
] [
log
] [
blame
]
/* PR c/8439 */
/* Verify that GCC properly handles null increments. */
struct
empty
{
};
void
foo
(
struct
empty
*
p
)
{
p
++;
}