blob: 90068dbfde1e2950ad4bad8246fbac254ae8f9a7 (
plain)
1
2
3
4
5
6
7
8
|
// RUN: sed -e 's#//.*$##' %s > %t.cpp
// RUN: clang-include-fixer -db=fixed -input='foo= "foo.h","bar.h"' %t.cpp --
// RUN: FileCheck %s -input-file=%t.cpp
// CHECK: #include "foo.h"
// CHECK: foo f;
foo f;
|