11 lines · cpp
1// RUN: sed -e 's#//.*$##' %s > %t.cpp2// RUN: clang-include-fixer -db=yaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --3// RUN: FileCheck %s -input-file=%t.cpp4 5// CHECK-NOT: #include6// CHECK: doesnotexist f;7 8namespace b {9doesnotexist f;10}11