[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0031-2.cs
blobfe492620acc32855d8107bb877892895a96d290e
1 // CS0031: Constant value `-1' cannot be converted to a `byte'
2 // Line: 9
4 public class Test
6 public static void Main()
8 byte b = -1;