/* { dg-options "-Os" } */

extern int a;

void
fn2 (void)
{
  a = 0;
}
