Lines Matching refs:kFormat14
542 const char kFormat14[] = "%0s"; // expected-note{{format string is defined here}}543 printf(kFormat14, "a"); // expected-warning{{flag '0' results in undefined behavior with 's' conversion specifier}}