blob: f65af2dcf8b51d6f8836c9c93be752e5351de602 [file] [log] [blame]
/* { dg-options "-Os" } */
extern int a;
void
fn2 (void)
{
a = 0;
}