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

#include "framework.h"

#include "stdio.h"

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