Searched refs:test3_array (Results 1 – 2 of 2) sorted by relevance
32 { extern int test3_array[100]; } in test3declarer()33 extern int test3_array[]; in test3declarer()34 …int x = sizeof(test3_array); // expected-error {{invalid application of 'sizeof' to an incomplete … in test3declarer()
42 __attribute__((address_space(1))) char test3_array[10]; variable45 test3_helper(test3_array); // expected-error {{changes address space of pointer}} in test3()