Merge pull request #3563 from lewurm/interpreter
[mono.git] / mcs / tests / test-455.cs
index 754f344ae969d8d147b90d8ed521fb01e9dc4961..617f42d9b07acdffbce842b99a07ce8f04da3e66 100644 (file)
@@ -7,7 +7,7 @@ struct Foo {
 }
 
 class Test {
-       static void Main ()
+       public static void Main ()
        {
                Foo foo = new Foo ();
                System.Console.WriteLine (foo.GetHashCode ());