Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
984e887e224b85453e401d62b356edf592406f0a
/
.
/
Tests
/
CSharpLinkToCxx
/
cpp_native.hpp
blob: 0fa1a3be245eb0de329e31ba4ac9dd91d273e85d [
file
]
#pragma
once
namespace
CppApp
{
class
MyCpp
{
public
:
void
testMyCpp
();
};
}