Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
921118-1.c
blob: d45fdf4118cb802ef7d26933ce188db4289ccf77 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
inline
f
(
i
)
{
h
((
long
long
)
i
*
2
);
}
g
()
{
f
(
9
);
}