Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
llvm-project
/
clang-tools-extra
/
test
/
include-fixer
/
prefix_variable.cpp
blob: b39cdb8d38d758f6b899cf4cf68e9973fb8043a5 [
file
] [
log
] [
blame
]
// RUN: sed -e 's#//.*$##' %s > %t.cpp
// RUN: clang-include-fixer -db=yaml -input=%p/Inputs/fake_yaml_db.yaml %t.cpp --
// RUN: FileCheck %s -input-file=%t.cpp
// CHECK-NOT: #include
// CHECK: doesnotexist f;
namespace
b
{
doesnotexist f
;
}