Searched refs:ary3 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Parser/
H A Dbuiltin_classify_type.c13 static int ary3[(*__builtin_classify_type)(a)]; // expected-error{{builtin functions must be directly called}} local
/external/clang/test/Sema/
H A Darray-init.c12 static long ary3[] = { 1, "abc", 3, 4 }; // expected-warning{{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [4]'}} variable

Completed in 599 milliseconds