blob: f12bd561bfb39c26662a5638eb57450b8a47266d [file] [log] [blame]
namespace {
__attribute__((used))
struct a {int a;} *p,**ptr=&p,q;
};
void
set2()
{
*ptr=&q;
}