Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
933e2f0579abd3a3c8b2b2e07292ed9a29ea4acf
/
.
/
Tests
/
CPackComponents
/
mylibapp.cpp
blob: a438ac77ff75b84882628932bbcb331438c1cb68 [
file
]
#include
"mylib.h"
int
main
()
{
mylib_function
();
}