You've already forked linux-packaging-mono
13 lines
124 B
C#
13 lines
124 B
C#
|
|
using System.Diagnostics;
|
||
|
|
|
||
|
|
class C
|
||
|
|
{
|
||
|
|
[Conditional ("true")]
|
||
|
|
static void Test ()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
public static void Main ()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|