[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / in-class-initializer / test.cpp
blobeaaac2ae57037e8aef88d9f52b62dd08c0a749e1
1 // RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s
2 void expr() {
3 S MyS;
4 int b = MyS.a + MyS.a;