quote only work on lambda on net_4_0
[mcs.git] / errors / gcs0214.cs
blob462ca7a647182600d44ced6746b9b9e90bd7b7ee
1 // CS0214: Pointers and fixed size buffers may only be used in an unsafe context
2 // Line: 9
3 // Compiler options: -unsafe
5 public class aClass
7 public struct foo_t
9 public fixed char b[16];