Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.niklas / t132.C
blob04653899b3f79e393673d692ed1f2d55c14b9456
1 // { dg-do assemble  }
2 // GROUPS passed niklas construct-destruct
3 struct S { S (); ~S (); };
4 void f () { while (1) S s; }