// Build don't link: // Based on a test case by Phil Blecker int foo(int); int bar() { int baz(int(foo(bar()))); int foo = baz; }