[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0106-4.cs
1 // CS0106: The modifier `unsafe' is not valid for this item
2 // Line: 5
3 // Compiler options: -unsafe
4
5 unsafe enum E
6 {
7 }