[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1669-2.cs
blob4a291b69a872600583c9de714055e7c3b7467b35
1 // CS1669: __arglist is not valid in this context
2 // Line: 4
4 delegate void F (__arglist);