blob: 2afb0fbc063914059025667743eea1c550b8974f [file] [log] [blame]
int *b;
void *d;
int c;
static int *f1 ();
void f2 ()
{
int *a = f1 (0);
}
int *f1 (j)
{
b = malloc (0);
d = *malloc;
c = j;
}