Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
49dc6a44e0602e6a70c0466d789476c8b12fe509
/
.
/
Tests
/
RunCMake
/
CMakePackage
/
src
/
myexe.c
blob: c1182a20e507d370d9ef190e9502b9c826719e83 [
file
]
#include
<mylib.h>
/* include by angle-bracket to find installed copy */
int
main
(
void
)
{
return
mylib
();
}