[arm64] Add the full neon regs to the context
[mono.git] / mcs / errors / cs1530-3.cs
1 // CS1530: Keyword `new' is not allowed on namespace elements
2 // Line: 8
3
4 new enum E
5 {
6 }
7