summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/IsDependent.h
blob: 492811026603a69f4aaf57ab44495facf97ac259 (plain)
1
2
3
4
// This header depends on SomeTypes.h for the TypeInt typedef.

typedef TypeInt NewTypeInt;
typedef OtherTypeInt OtherNewTypeInt;
OpenPOWER on IntegriCloud