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