FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.niklas / t132.C
blob18cd01c4b5e711ed5f9a6e5503248300dbf8a9f6
1 // Build don't link: 
2 // GROUPS passed niklas construct-destruct
3 struct S { S (); ~S (); };
4 void f () { while (1) S s; }