================ @@ -0,0 +1,6 @@ +#ifndef IGNORED_PCH_H +#define IGNORED_PCH_H +inline int f() { + return 42; +} +#endif // IGNORED_PCH_H ---------------- mizvekov wrote: missing newline at the end of the file. https://github.com/llvm/llvm-project/pull/142409