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