Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings.c593 const char kFormat10[] = "\0%d"; // expected-note{{format string is defined here}} in pr9751() local
594 printf(kFormat10, 4); // expected-warning{{format string contains '\0' within the string body}} in pr9751()