2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static15.C
blobecf477f68cb28ad18d0e40ec480279e91fbcffe2
1 // { dg-do run  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3 // Special g++ Option: -fdata-sections
5 void f()
7   static int ctors[3] = { 0, 0, 0 };
8   
9   ctors[2] = 7;
12 int main ()
14   f ();