xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/IsDependent.h (revision 99e12d41d8cb451c0c49893afaeee81030688f9e)
1*99e12d41SJohn Thompson // This header depends on SomeTypes.h for the TypeInt typedef.
2*99e12d41SJohn Thompson 
3*99e12d41SJohn Thompson typedef TypeInt NewTypeInt;
4*99e12d41SJohn Thompson typedef OtherTypeInt OtherNewTypeInt;
5