Searched refs:rdar10977037 (Results 1 – 1 of 1) sorted by relevance
86 struct rdar10977037 { int x, y; }; argument87 int test_rdar10977037_aux(struct rdar10977037 v) { return v.y; } in test_rdar10977037_aux()88 int test_rdar10977037_aux_2(struct rdar10977037 v);90 struct rdar10977037 v; in test_rdar10977037()