blob: ff31bd41297c97af496b68488014c40a6ba1cac3 [file] [log] [blame]
int frob (int a)
{
return a * 2;
}
int move (int a)
{
return a;
}