Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
llvm-project
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
type_alias.h
blob: 7a900f69865212d8fd6d7cea72285a935be806e1 [
file
] [
log
] [
blame
]
typedef
int
Int1
;
using
Int2
=
int
;
template
<
class
T
>
struct
A
{};
template
<
class
T
>
using
B
=
A
<
T
>;
class
C
{
typedef
int
Int3
;
};