1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-fstrict-aliasing -flto}} } */
3
4 typedef struct { } t_commrec;
5 typedef struct { } t_fft_c;
6 void
7 solve_pme(t_commrec *cr)
8 {
9 t_fft_c *ptr;
10 }
11 int main () { return 0; }