[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0214-15.cs
blob462ca7a647182600d44ced6746b9b9e90bd7b7ee
1 // CS0214: Pointers and fixed size buffers may only be used in an unsafe context
2 // Line: 9
3 // Compiler options: -unsafe
5 public class aClass
7 public struct foo_t
9 public fixed char b[16];