Searched refs:test4_array (Results 1 – 2 of 2) sorted by relevance
36 extern int test4_array[]; in test4()38 extern int test4_array[100]; in test4()39 int x = sizeof(test4_array); // fine in test4()41 …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()