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