Add unit test for bug 2843 (Serialization/Deserialization Nullable Enum).
[mono.git] / mcs / errors / cs1607-3.cs
1 // CS1607: Referenced assembly `CS1607-3-lib' has different culture setting of `en-US'
2 // Line: 0
3 // Compiler options: -r:CS1607-3-lib.dll -warnaserror
4
5 using System;
6
7 class Program
8 {
9         static void Main ()
10         {
11                 Console.WriteLine (typeof (Lang));
12         }
13 }