Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Debug.cs « Misc « Resources « tests « System.Reflection.Metadata « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc258300e2f38d4a9e63a5b1a21af4a1e2b401a1 (plain)
1
2
3
4
5
6
// csc /target:library /debug:full Debug.cs

public class C 
{
    public static void Main() {}
}