[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0214-7.cs
blob0884b068741f080401da6e3730a47942393c83fe
1 // CS0214: Pointers and fixed size buffers may only be used in an unsafe context
2 // Line: 6
3 // Compiler options: -unsafe
5 class Test
7 public void Main ()
9 byte* arr = stackalloc byte [4];