Home
last modified time | relevance | path

Searched refs:test3_array (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dextern-redecl.c32 { 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()
H A Daddress_spaces.c43 __attribute__((address_space(1))) char test3_array[10]; variable
46 test3_helper(test3_array); // expected-error {{changes address space of pointer}} in test3()