Sign in
llvm
/
clang
/
c78da41cdae532adb51d10ed73482642881346dd
/
.
/
test
/
Import
/
in-class-initializer
/
test.cpp
blob: eaaac2ae57037e8aef88d9f52b62dd08c0a749e1 [
file
] [
log
] [
blame
]
// RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s
void
expr
()
{
S
MyS
;
int
b
=
MyS
.
a
+
MyS
.
a
;
}