Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
02cf404ace01ac4ea7a078dca75a817f95c3bdd3
/
.
/
Tests
/
RunCMake
/
CSharpReferenceImport
/
ImportLib.cs
blob: 4eb28afac14e96704d1a427397c74f810e552ff4 [
file
]
using
System
;
public
class
ImportLibCSharp
{
public
static
void
Message
()
{
Console
.
WriteLine
(
"ImportLibCSharp"
);
}
}