Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dstring-plus-char.c19 char *strArr2[] = {"ac","dc"}; in f() local
20 …str = strArr2[0] + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to… in f()