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
/
error-in-expression
/
test.c
blob
65d3b4a5dcb01bbd9628c24312930cf377491a5c
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
;
6
}