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