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