summaryrefslogtreecommitdiff
path: root/Tests/BundleUtilities/framework.cpp
blob: abda195edb969e38507cb32de2fcc75083237da6 (plain)
1
2
3
4
5
6
7
8

#include "framework.h"
#include "stdio.h"

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