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