Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
++;
}