Sign in
rust
/
rust-lang
/
llvm-project
/
ae9c45b112598aa9a411ffe4cebd213d7f9186b6
/
.
/
clang
/
test
/
Modules
/
Inputs
/
nested-template-default-arg-redecl
/
strct.h
blob: 04d12448f35aeb7c25ee88fe780d5833dcc5e5e8 [
file
] [
log
] [
blame
]
#ifndef
STRCT_H
#define
STRCT_H
struct
strct_outer
{
template
<
typename
=
int
>
struct
strct
;
};
#endif