Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / lto / alias-5_2.c
blobd126833bf929ea713b528389bb5bd81a3cfdfbcd
1 __attribute__((used))
2 struct a {int a;} *p,**ptr=&p,q;
3 void
4 set3()
6 *ptr=&q;