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