blob: abd0b51a17a92a08beff1b293006e84e3a322997 [file] [log] [blame]
/* PR 23196 */
/* { dg-options "-fforce-addr" } */
void foo()
{
char c;
c |= 1;
bar(&c);
}