t131.C   [plain text]


// Build don't link: 
// GROUPS passed niklas static-members
struct A { static A a; };
A f () { return A::a; }