2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3003-5.cs
blobf6c555da1c33526b52665a176339981c29aaccb6
1 // cs3003-5.cs: Type of `S.test2' is not CLS-compliant
2 // Line: 11
3 // Compiler options: -unsafe
5 using System;
7 [assembly: CLSCompliant (true)]
9 public unsafe struct S
11 public fixed bool test2 [4];