[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / tests / test-216.cs
index 2edf452e9769a9462e544e1e89a7f1c0da5da0ce..9c9f5f1a9f5d18a6f8295cbfb756d837d779ce4e 100644 (file)
@@ -25,7 +25,7 @@ class cls
 
 class MonoEmbed 
 {
-       static void Main() 
+       public static void Main() 
        {
                cls c = new cls();
                c.OnWhatever += new OnWhateverDelegate( Whatever );