aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/921118-1.c
blob: 857c74e74f1c201ecae241e3cf7502a3ba3005ce (plain)
1
2
3
4
5
6
7
8
inline f(i)
{
  h((long long) i * 2);
}
g()
{
  f(9);
}