Searched defs:test6_f (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dmerge-decls.c79 void test6_f(int (*a)[11]);
80 void test6_f(a) function
85 test6_f(&arr); // expected-warning {{incompatible pointer types passing 'int (*)[10]' to parameter of type 'int (*)[11]}}

Completed in 176 milliseconds