Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
cmake
/
6 object library no dep
/
main.cpp
blob: f3836087bbec385b953628a9a05361e25aa29ca6 [
file
] [
log
] [
blame
]
#include
<iostream>
#include
"libA.hpp"
#include
"libB.hpp"
using
namespace
std
;
int
main
()
{
cout
<<
getLibStr
()
<<
" -- "
<<
getZlibVers
()
<<
endl
;
}