blob: 857c74e74f1c201ecae241e3cf7502a3ba3005ce [file] [log] [blame]
inline f(i)
{
h((long long) i * 2);
}
g()
{
f(9);
}