// Build don't link: // Origin: Mark Mitchell struct S { ~S(); }; inline void f() { static S s; atexit (0); // ERROR - implicit declaration }