Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
memtemp68.C
blob: 63a7014a4aeaa6c218e7dca446ab65186c1d2347 [
file
] [
log
] [
blame
]
// { dg-do assemble }
struct
locale
{
template
<
class
_Facet
>
locale
(
const
locale
&,
_Facet
*);
locale
(
int
*)
throw
();
};
void
f
(
int
*
p
)
{
locale keep
(
p
);
}