aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20100430-1_0.c
blob: d2e79c6291451f801488bfb62b7df363add1df96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-lto-do link } */
/* { dg-lto-options {{-O2 -fprofile-arcs -flto -r -nostdlib}} } */

void
expand_stmt_with_iterators_1 (void)
{
  extern void expand_expr_stmt (void);
  expand_expr_stmt ();
}
void
iterator_expand (void)
{
  expand_stmt_with_iterators_1 ();
}