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