Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ImportLibMixed.cxx
blob: d0b810ef8c56c5300e78733fa8b48b2daf1a51c7 [
file
]
using
namespace
System
;
public
ref
class
ImportLibMixed
{
public
:
static
void
Message
()
{
Console
::
WriteLine
(
"ImportLibMixed"
);
}
};