rt_gccstream/gcc/testsuite/gcc.c-torture/compile/921118-1.c

9 lines
56 B
C

inline f(i)
{
h((long long) i * 2);
}
g()
{
f(9);
}