blob: f50378b8651d3b4aabe356ca4b4286a620377cc0 [file] [log] [blame]
/* PR c/51628. */
/* { dg-do compile } */
/* { dg-options "-O" } */
struct A {
int i;
} __attribute__ ((packed));
void* f0 (struct A *p) { return &p->i; }