"disable_omit_fp" can now be included in MONO_DEBUG
[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);