Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / clang-rename / IncludeHeaderWithSymbol.cpp
blobcb2baee57b89328515a3e502b958fc2facbadf68
1 #include "Inputs/HeaderWithSymbol.h"
3 int main() {
4 return 0; // CHECK: {{^ return 0;}}
7 // Test 1.
8 // The file IncludeHeaderWithSymbol.cpp doesn't contain the symbol Foo
9 // and is expected to be written to stdout without modifications
10 // RUN: clang-rename -qualified-name=Foo -new-name=Bar %s -- | FileCheck %s