repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Import
/
missing-import
/
test.c
blob
9a16c2bf4ac85a4b8ae81ea2cfef29b9bcc9c21e
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
;
6
}