#include <stdio.h>

void my_other_func()
{
  printf("42+1");
}
