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