#include "module.h"
#include "stdio.h"
#include "shared2.h"

void module()
{
  printf("module\n");
  shared2();
}