Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/heads/upstream/google-bak
/
.
/
test
/
Modules
/
Inputs
/
nested-template-default-arg-redecl
/
strct.h
blob: 04d12448f35aeb7c25ee88fe780d5833dcc5e5e8 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
STRCT_H
#define
STRCT_H
struct
strct_outer
{
template
<
typename
=
int
>
struct
strct
;
};
#endif