Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddcl_init_aggr.cpp40 struct TooFew { int a; char* b; int c; }; argument
41 TooFew too_few = { 1, "asdf" }; // expected-warning{{conversion from string literal to 'char *' is …