1 /* PR 15262. Similar to pr15262-1.c but with no obvious addresses
2 being taken in function foo(). Without IPA, by only looking inside
3 foo() we cannot tell for certain whether 'q' and 'b' alias each
19 foo (struct B b
, struct A
*q
, float *h
)
33 if (foo (b
, &a
, &X
) == 3)