[arm64] Add the full neon regs to the context
[mono.git] / mcs / errors / cs0439.cs
1 // CS0439: An extern alias declaration must precede all other elements
2 // Line: 5
3
4 using A = System;
5 extern alias Hey;
6