extern void bar (void);
void qux (int x) { if (!x) bar (); }
