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