blob: 2686fbcb2559cb635202e54ef179d8cc36070205 [file] [log] [blame]
/* This function is called from main() */
int foo(int x)
{
return x + 42;
}