[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / in-class-initializer / Inputs / S.cpp
blob28e631023540f5ea405362500ca33ce18413286c
1 struct S {
2 int a = 3;
3 };