Searched refs:kFormat8 (Results 1 – 1 of 1) sorted by relevance
589 const char kFormat8[] = "%1$d %d"; // expected-note{{format string is defined here}} in pr9751() local590 …printf(kFormat8, 4, 4); // expected-warning{{cannot mix positional and non-positional arguments in… in pr9751()