Files
clang-p2996/clang-tools-extra/test/modularize/Inputs/IsDependent.h
John Thompson 99e12d41d8 modularize - Fix of header dependencies.
llvm-svn: 189983
2013-09-04 20:45:43 +00:00

5 lines
130 B
C

// This header depends on SomeTypes.h for the TypeInt typedef.
typedef TypeInt NewTypeInt;
typedef OtherTypeInt OtherNewTypeInt;