Sign in
rust
/
rust-lang
/
llvm-project
/
c39e100ad3cbb4c1b587224a6be2bb732c1d6bf4
/
.
/
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
;