xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/SomeOtherTypes.h (revision 99e12d41d8cb451c0c49893afaeee81030688f9e)
1 // Declare another type for the dependency check.
2 // This file dependent on SomeTypes.h being included first.
3 
4 typedef TypeInt OtherTypeInt;
5