#include "myModule.h"

void public_func() {}

int private_func() {
  return 5;
}