Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a2dc4d2f7bb5dcf2a4654863d7f74a3acb6676
/
.
/
Tests
/
MacRuntimePath
/
A
/
framework2.cpp
blob: 0a1beecabe6994b9d511c5abdb00bec60f384d4b [
file
]
#include
"framework2.h"
#include
"stdio.h"
void
framework2
()
{
printf
(
"framework 2\n"
);
}