Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dguide-6.h
blob: f204af49e8c7f66d8f8a717862145d48adedf1a9 [
file
] [
log
] [
blame
]
template
<
typename
T
>
struct
S
{
S
(
int
);
S
(
int
,
int
);
};