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