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