xref: /llvm-project/clang/test/Frontend/force-include-not-found.c (revision afb9aaefe36fcf038b0193c6eb7c680404667811)
1 // RUN: not %clang_cc1 %s -include "/abspath/missing file with spaces.h" 2>&1 | FileCheck %s
2 // CHECK: file not found
main()3 int main() { }
4