Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / error-in-expression / test.c
blob65d3b4a5dcb01bbd9628c24312930cf377491a5c
1 // RUN: not clang-import-test -import %S/Inputs/S.c -expression %s 2>&1 | FileCheck %s
2 // CHECK: {{.*}}no viable conversion{{.*}}
3 void expr() {
4 struct S MyS;
5 void *MyPtr = MyS;