Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
static5.C
blob: 50e5c4acb0e158ec679216b20a826a35cf41fbe4 [
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 "3:'atexit' was not declared" } implicit declaration
}