Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
InstallMode
/
subpro_d_executable
/
src
/
main.cpp
blob: ec12004af4f7b1a8530d382f352b4cbcf3108daf [
file
]
#include
<cstdlib>
#include
<c2_lib.h>
#include
<shared_lib.h>
#include
<static_lib.h>
int
main
()
{
static_hello
();
shared_hello
();
c2_hello
();
return
EXIT_SUCCESS
;
}