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