1 /* We used to mis-compile this testcase as we did not know that
2 &a+offsetof(b,a) was the same as &a.b */
16 foo(struct A
*locp
, int i
, int str
)
21 /* Currently, the alias analyzer has limited support for handling
22 aliases of structure fields when no other variables are aliased.
23 Introduce additional aliases to confuse it. */
43 str
= foo (&loc
, 10, 3);