bolt/deps/llvm-18.1.8/clang-tools-extra/test/modularize/Inputs/IsDependent.h
2025-02-14 19:21:04 +01:00

4 lines
130 B
C

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