[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8009.cs
blob851e06653eb6e592567746f9087a18e79c5f510e
1 // CS8009: Referenced assembly `CS8009-lib' has different culture setting of `en-US'
2 // Line: 0
3 // Compiler options: -r:CS8009-lib.dll -warnaserror
5 using System;
7 class Program
9 static void Main ()
11 Console.WriteLine (typeof (Lang));