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

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

Completed in 22 milliseconds