Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
static5.C
blob: b4032bed2bbb761b3f3de78a08f809404105e84e [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct
S
{
~
S
();
};
inline
void
f
()
{
static
S s
;
atexit
(
0
);
// { dg-error "" } implicit declaration
}