"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1642.cs
blobb4aa402e35e54fbebe9578e767020529030233ef
1 // CS1642: `C.test_1': Fixed size buffer fields may only be members of structs
2 // Line: 7
3 // Compiler options: -unsafe
5 public unsafe class C
7 private fixed char test_1 [128];