"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs3003-8.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];