[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / conflicting-struct / Inputs / S1.cpp
bloba99dba8c7821077469b7d2761a244a97819e460a
1 class T;
3 class S {
4 T *t;
5 int a;
6 };