[arm64] Add the full neon regs to the context
[mono.git] / mcs / errors / cs1517-2.cs
1 // CS1517: Invalid preprocessor directive
2 // Line: 5
3
4 #if false
5 #if TEST ==
6 #endif
7 #endif