http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61012

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Reduced b.c:

extern int link (const char *, const char *);

int main()
{
  return foo() + link("foo", "bar");
}

Reply via email to