[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0227-2.cs
blobaec7db82d3b1ca2406d986f52b65957fd0973840
1 // CS0227: Unsafe code requires the `unsafe' command line option to be specified
2 // Line: 5
4 class UnsafeClass {
5 UnsafeClass ()
7 unsafe {}