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