================ @@ -0,0 +1,6 @@ +// RUN: rm -rf %t +// RUN: not %clang_cc1 -fsyntax-only -fapinotes %s -I %S/Inputs/BrokenHeaders2 2>&1 | FileCheck %s ---------------- compnerd wrote: Extra space after `-fapinotes` https://github.com/llvm/llvm-project/pull/84773