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