Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-534.cs
index b5719c3661fb8df7184504aaa00d90569575ccfd..7985864991f352e94760cd00fd66836ad76deebf 100644 (file)
@@ -1,10 +1,10 @@
-//
+// Compiler options: -t:library
+
 // CultureTest, bugs: 79273 and 76765
-//
 [assembly: System.Reflection.AssemblyCulture("this-culture-does-not-exist")]
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
        }
 }