Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
StandardLinkDirectories
/
TestApp
/
TestApp.c
blob: 66630d8edb9dfe8c8b9dbf33a4f39af657fc1a39 [
file
]
int
TestSymbol
(
void
);
int
main
(
void
)
{
return
TestSymbol
();
}