Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
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
;
}