summaryrefslogtreecommitdiffstats
path: root/Tests/MacRuntimePath/A/framework2.cpp
blob: 0a1beecabe6994b9d511c5abdb00bec60f384d4b (plain)
1
2
3
4
5
6
7
8
9

#include "framework2.h"

#include "stdio.h"

void framework2()
{
  printf("framework 2\n");
}