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