[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0214.cs
blob6a3f94286375e2f61ede443798f9a256bbd41ae6
1 // CS0214: Pointers and fixed size buffers may only be used in an unsafe context
2 // Line: 6
3 // Compiler options: -unsafe
5 class X {
6 void *a;