2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs3003.cs
blobb7fea9e14e8712ae11015ba8ba6a7804b8242c39
1 // CS3003: Type of `S.test2' is not CLS-compliant
2 // Line: 11
3 // Compiler options: -unsafe -warnaserror -warn:1
5 using System;
7 [assembly: CLSCompliant (true)]
9 public unsafe struct S
11 public fixed bool test2 [4];