hanchenye-llvm-project/clang-tools-extra/test/modularize/Inputs/IsDependent.h

5 lines
130 B
C

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