aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20090213_1.c
blob: 4a852efd1936c4cdd55bde9d9e69d73687a70899 (plain)
1
2
3
4
5
6
int foo (int x)
{
  return x * 32;
}