921e5a0eb4
From-SVN: r14840
9 lines
56 B
C
9 lines
56 B
C
inline f(i)
|
|
{
|
|
h((long long) i * 2);
|
|
}
|
|
g()
|
|
{
|
|
f(9);
|
|
}
|