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