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