Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
76f13bcee097f5d1d64d837fe926a13df267f9d9
/
.
/
Tests
/
CSharpLinkToCxx
/
cpp_native.cpp
blob: dc7670fe2271296b6bd8de73377e6a5782a5b08a [
file
] [
log
] [
blame
]
#include
"cpp_native.hpp"
#include
<iostream>
namespace
CppApp
{
void
MyCpp
::
testMyCpp
()
{
std
::
cout
<<
"#message from CppApp"
<<
std
::
endl
;
}
}