Searched refs:TooFew (Results 1 – 1 of 1) sorted by relevance
40 struct TooFew { int a; char* b; int c; }; argument41 TooFew too_few = { 1, "asdf" }; // expected-warning{{conversion from string literal to 'char *' is …