// { dg-do assemble } // Based on a test case by Phil Blecker int foo(int); int bar() { int baz(int(foo(0))); int foo = baz; }