Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
llvm-project
/
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
;