summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/fixeddb.cpp
blob: 5efd810a01b71c85036f9c1b6239d7cc13930c95 (plain)
1
2
3
4
5
6
7
8
9
// REQUIRES: shell
// RUN: sed -e 's#//.*$##' %s > %t.cpp
// RUN: clang-include-fixer -input='foo= "foo.h","bar.h"' %t.cpp --
// RUN: FileCheck %s -input-file=%t.cpp

// CHECK: #include "foo.h"
// CHECK: foo f;

foo f;
OpenPOWER on IntegriCloud