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