[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / test / modularize / Inputs / IsDependent.h
blob492811026603a69f4aaf57ab44495facf97ac259
1 // This header depends on SomeTypes.h for the TypeInt typedef.
3 typedef TypeInt NewTypeInt;
4 typedef OtherTypeInt OtherNewTypeInt;