summaryrefslogtreecommitdiff
path: root/Tests/MacRuntimePath/A/shared.cpp
blob: e5e7dc5aeb5dd00caf0886e8da3afd9d21c8ded7 (plain)
1
2
3
4
5
6
7
8

#include "shared.h"
#include "stdio.h"

void shared()
{
  printf("shared\n");
}