blob: 07bcc914521af4e6239d8e0fe63f654f365de4e9 [file] [log] [blame]
// { dg-do assemble }
// Based on a test case by Phil Blecker <tmwg@inxservices.com>
int foo(int);
int bar() {
int baz(int(foo(0)));
int foo = baz;
}