Updated with review feedback.
[mono.git] / mcs / errors / cs8009.cs
1 // CS8009: Referenced assembly `CS8009-lib' has different culture setting of `en-US'
2 // Line: 0
3 // Compiler options: -r:CS8009-lib.dll -warnaserror
4
5 using System;
6
7 class Program
8 {
9         static void Main ()
10         {
11                 Console.WriteLine (typeof (Lang));
12         }
13 }