Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
49c7a718de189c9553bb6accaedbe4e8afcfc74c
/
.
/
Tests
/
CSharpLinkToCxx
/
cli.hpp
blob: a8c116d4c44a20263d4f8bff71e9f137a73e61bd [
file
]
#pragma
once
namespace
CLIApp
{
public
ref
class
MyCli
{
public
:
void
testMyCli
();
};
}