Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
42e76dd0efdb31fc4eccb23272a331b1386dfb8b
/
.
/
Tests
/
CSharpLinkToCxx
/
cli.cpp
blob: 97ac7246a2471984727009b2004efe3aa485e1b7 [
file
]
#include
"cli.hpp"
using
namespace
System
;
namespace
CLIApp
{
void
MyCli
::
testMyCli
()
{
Console
::
WriteLine
(
"#message from CLIApp"
);
}
}