bolt/deps/llvm-18.1.8/clang/test/Import/in-class-initializer/test.cpp
2025-02-14 19:21:04 +01:00

5 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;
}