Searched refs:arrayptr (Results 1 – 1 of 1) sorted by relevance
13 typedef int (*arrayptr)[]; in foo2() typedef14 arrayptr x = 0; in foo2()15 arrayptr y = &*x; in foo2()