t132.C   [plain text]


// Build don't link: 
// GROUPS passed niklas construct-destruct
struct S { S (); ~S (); };
void f () { while (1) S s; }