Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dformat-strings.c585 const char kFormat7[] = "%0$"; // expected-note{{format string is defined here}} in pr9751() local
586 …printf(kFormat7, 5); // expected-warning{{position arguments in format strings start counting at 1… in pr9751()