Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
NinjaPrivateDeps
/
hello.cpp
blob: 34fabe9e8a3d291ed6af70124f4f4475df545ba0 [
file
] [
log
] [
blame
]
#include
"hello_lib.h"
int
main
()
{
say_hello
();
}