Commit 5ead1006 by Mark Mitchell

New test

From-SVN: r33182
parent 8bfecb84
// Build don't link:
// Special g++ Options: -O2
// Origin: scott snyder <snyder@fnal.gov>
// crash test - XFAIL *-*-*
void _S_initialize();
class locale
{
public:
locale() throw()
{ _S_initialize (); }
};
void foo(const locale& __loc);
void print (const int&)
{
foo(locale());
}
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