blob: 1b9d6af310ff47654407ebe44591827824881591 [file] [log] [blame]
extern void bar (void);
void qux (int x) { if (!x) bar (); }