Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-584.cs
index 4600459163943aa6a7640850b76bd6d6baec00bd..7a88a0d952a9d23e2bc16f7f834a43383a60511a 100644 (file)
@@ -1,5 +1,3 @@
-// Compiler options: -t:library
-
 public class Style
 {
        public static Style CurrentStyle
@@ -17,4 +15,9 @@ public class Style
        {
                return null;
        }
+       
+       public static int Main ()
+       {
+               return LoadCurrentStyle () ? 1 : 0;
+       }       
 }