/* { dg-do compile } */ /* Copyright (C) 2000 Free Software Foundation */ /* Contributed by Alexandre Oliva */ static int foo () { return 0; } void bar () { int foo (); int foo (); }