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