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