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