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