6 lines
115 B
C++
6 lines
115 B
C++
|
// RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s
|
||
|
void expr() {
|
||
|
S MyS;
|
||
|
int b = MyS.a + MyS.a;
|
||
|
}
|