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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Import
/
in-class-initializer
/
test.cpp
blob
eaaac2ae57037e8aef88d9f52b62dd08c0a749e1
1
// RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s
2
void
expr
() {
3
S MyS
;
4
int
b
=
MyS
.
a
+
MyS
.
a
;
5
}