Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-534.cs
1 // Compiler options: -t:library
2
3 // CultureTest, bugs: 79273 and 76765
4 [assembly: System.Reflection.AssemblyCulture("this-culture-does-not-exist")]
5
6 class X {
7         public static void Main ()
8         {
9         }
10 }