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