Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ReferenceImportNative.cxx
blob: 831a2c4a1770556aa0a675d7a3dcf39bb18bf60c [
file
]
// clang-format off
#include
"ImportLibNative.h"
#include
"ImportLibMixedNative.h"
#include
<iostream>
int
main
()
{
std
::
cout
<<
"ReferenceImportNative"
<<
std
::
endl
;
ImportLibNative
::
Message
();
ImportLibMixedNative
::
Message
();
};