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
/
struct-and-var
/
test.cpp
blob
8a499bfa797eaaaa9a83699c34ae6cf131081df5
1
// RUN: clang-import-test -dump-ast --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s | FileCheck %s
2
3
// CHECK: {{^`-CXXRecordDecl}}
4
// CHECK-SAME: Inputs/S2.cpp:1:1, line:3:1> line:1:8 struct F
5
6
void
expr
() {
7
struct
F f
;
8
int
x
=
f
.
a
;
9
}