Searched refs:Test1MA (Results 1 – 1 of 1) sorted by relevance
21 struct Test1MA { int x; } __attribute__((may_alias)); struct22 void test1(struct Test1MA *p1, struct Test1 *p2) { in test1()