[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8094.cs
bloba8792ce8390ef8f7449e5c760547313ec118e284
1 // CS8094: Alignment value has a magnitude greater than 32767 and may result in a large formatted string
2 // Line: 9
3 // Compiler options: -warnaserror
5 class Program
7 static void Main ()
9 var s = $"{1, int.MaxValue }";