2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr54702_1.c
blob2afb0fbc063914059025667743eea1c550b8974f
1 int *b;
2 void *d;
3 int c;
4 static int *f1 ();
5 void f2 ()
7 int *a = f1 (0);
10 int *f1 (j)
12 b = malloc (0);
13 d = *malloc;
14 c = j;