Document gcov-io (PR gcov-profile/84735).
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20091005-2_0.c
blobd1485d671d6a46090c69bc9acd8cec463818b6a9
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-fstrict-aliasing -flto}} } */
4 typedef struct { } t_commrec;
5 typedef struct { } t_fft_c;
6 void
7 solve_pme(t_commrec *cr)
9 t_fft_c *ptr;
11 int main () { return 0; }