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