FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash16.C
blob8555b7528cb9522d0a1854c4bc0a54aaa3375a54
1 // Build don't link:
2 // Special g++ Options: -O2
3 // Origin: scott snyder <snyder@fnal.gov>
5 // crash test - XFAIL *-*-*
7 void _S_initialize();
9 class locale
11 public:
12   locale() throw()
13   { _S_initialize (); }
16 void foo(const locale& __loc);
18 void print (const int&) 
20   foo(locale());