Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dextern-redecl.c36 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()
H A Daddress_space_print_macro.c26 char AS2 *test4_array; variable
29 …test3_helper(test4_array); // expected-error{{passing 'AS2 char *' to parameter of type 'c… in test4()