blob: 2c978a486d40ba2d65b24b3bc554320fe370c8d5 [file] [log] [blame]
// Origin: Mark Mitchell <mark@codesourcery.com>
// Special g++ Option: -fdata-sections
void f()
{
static int ctors[3] = { 0, 0, 0 };
ctors[2] = 7;
}
int main ()
{
f ();
}