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