Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-118.cs
index 7e814876687517af22a315d65c07a9e5db180b08..e5b1140be59e12ec96d22f7131935632ac5f4fbc 100644 (file)
@@ -8,7 +8,7 @@ class Container {
        // and LoaderOptimization is also the abbreviation for
        // LoaderOptimizationAttribute
        [LoaderOptimization (LoaderOptimization.SingleDomain)]
-       static int Main (string[] args) {
+       public static int Main (string[] args) {
                return 0;
        }
 }