Add new test
[mono.git] / mcs / tests / test-534.cs
1 //
2 // CultureTest, bugs: 79273 and 76765
3 //
4 [assembly: System.Reflection.AssemblyCulture("this-culture-does-not-exist")]
5
6 class X {
7         static void Main ()
8         {
9         }
10 }