Searched refs:strArr2 (Results 1 – 1 of 1) sorted by relevance
19 char *strArr2[] = {"ac","dc"}; in f() local20 …str = strArr2[0] + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to… in f()