Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dformat-strings.c605 const char kFormat12[] = "%*d"; // expected-note{{format string is defined here}} in pr9751() local
606 …printf(kFormat12, 4.4); // expected-warning{{field width should have type 'int', but argument has … in pr9751()