Merge pull request #4928 from kumpera/ptr_to_struct_intrinsic
[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 }