summaryrefslogtreecommitdiff
path: root/Tests/BundleUtilities/module.cpp
blob: 64bc369af464d7032add93c075568283744ec9fa (plain)
1
2
3
4
5
6
7
8
9
10
11

#include "module.h"

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

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