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

#include "shared.h"

int main(int, char**)
{
  shared();
  return 0;
}