[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8126.cs
blob67f4020bcf256817e92f06ac24f6e44ea55a4a0d
1 // CS8126: The tuple element name `Rest' is reserved
2 // Line: 6
4 class C
6 static void Test ((int Rest, int b) arg)