2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0227-2.cs
blob1599c16b4f3535e8d8161da584cd305cd00102c4
1 // cs0227-2.cs: Unsafe code requires the `unsafe' command line option to be specified
2 // Line: 5
4 class UnsafeClass {
5 UnsafeClass ()
7 unsafe {}