921e5a0eb4
From-SVN: r14840
12 lines
136 B
C
12 lines
136 B
C
// Build don't link:
|
|
|
|
void f ();
|
|
void g ()
|
|
{
|
|
int f;
|
|
{
|
|
void f ();
|
|
f (); // gets bogus error - trying to call integer
|
|
}
|
|
}
|