llvm-project/clang/test/Import/in-class-initializer/test.cpp

6 lines
115 B
C++
Raw Normal View History

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