summaryrefslogtreecommitdiffstats
path: root/Tests/CSharpLinkToCxx/cli.cpp
blob: 97ac7246a2471984727009b2004efe3aa485e1b7 (plain)
1
2
3
4
5
6
7
8
9
10
#include "cli.hpp"

using namespace System;

namespace CLIApp {
void MyCli::testMyCli()
{
  Console::WriteLine("#message from CLIApp");
}
}