================ @@ -0,0 +1,211 @@ +// RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-format-attribute %s + +#include <iostream> +#include <cstdarg> ---------------- AaronBallman wrote: Same issue here with includes as in the C file. https://github.com/llvm/llvm-project/pull/70024