Sign in
qemu
/
meson
/
9e3b3db7054c7dedecd14db3e6061ff7e2227faf
/
.
/
test cases
/
cmake
/
13 system includes
/
main.cpp
blob: 95079615ab06130736b9cffd2e370df7f4727519 [
file
] [
log
] [
blame
]
#include
<iostream>
#include
<cmMod.hpp>
using
namespace
std
;
int
main
(
void
)
{
cmModClass obj
(
"Hello"
);
cout
<<
obj
.
getStr
()
<<
endl
;
return
0
;
}