Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
.
/
clang-tools-extra
/
test
/
modularize
/
Inputs
/
IsDependent.h
blob: 492811026603a69f4aaf57ab44495facf97ac259 [
file
] [
log
] [
blame
]
// This header depends on SomeTypes.h for the TypeInt typedef.
typedef
TypeInt
NewTypeInt
;
typedef
OtherTypeInt
OtherNewTypeInt
;