[arm64] Add the full neon regs to the context
[mono.git] / mcs / errors / cs0509-5.cs
1 // CS0509: `X': cannot derive from sealed type `int'
2 // Line: 4
3
4 class X : int
5 {
6 }