#include <stdio.h>

void my_func()
{
  printf("42");
}
