FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static5.C
blobaedecf22b7477ba5d6a44721a1bbe93b1dc79405
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S
6   ~S();
7 };
9 inline void f()
11   static S s;
12   atexit (0); // ERROR - implicit declaration