[corlib] Add a special method for XI so the linker does not always have to generate it.
[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 () {}