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

#include "framework2.h"
#include "stdio.h"

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