Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / InterfaceStubs / merge-conflict-test.c
blob81d20bdc28835f0624940fc4a9aa7e49413339ef
1 // RUN: not %clang -fvisibility=default -o libfoo.so -emit-interface-stubs %s %S/driver-test.c 2>&1 | FileCheck %s
2 // CHECK: error: Interface Stub: Type Mismatch
3 int foo;