Searched refs:test4_array (Results 1 – 3 of 3) sorted by relevance
38 extern int test4_array[]; in test4()40 extern int test4_array[100]; in test4()41 int x = sizeof(test4_array); // fine in test4()43 …int x = sizeof(test4_array); // expected-error {{invalid application of 'sizeof' to an incomplete … in test4()
26 char AS2 *test4_array; variable29 …test3_helper(test4_array); // expected-error{{passing 'AS2 char *' to parameter of type 'c… in test4()