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