Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ImportLibMixedNative.cxx
blob: c85a77631046552a6a5d0985275bd33ddfb97136 [
file
]
#include
"ImportLibMixedNative.h"
#include
<iostream>
void
ImportLibMixedNative
::
Message
()
{
std
::
cout
<<
"ImportLibMixedNative"
<<
std
::
endl
;
}