Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
template-default-args
/
c.h
blob: 30cddb374f97f3b8cfc1b6c8ded91676b0a3e4c0 [
file
] [
log
] [
blame
]
BEGIN
template
<
typename
T
=
int
>
struct
F
;
template
<
typename
T
,
typename
U
>
struct
I
;
END