Commit 7d3af72b by Mark Mitchell

New test

From-SVN: r37113
parent 2c21b247
// 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 ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment