[Mono.Profiler.Log] Reverse managed backtrace in SampleHitEvent's
[mono.git] / mcs / errors / cs1669-2.cs
1 // CS1669: __arglist is not valid in this context
2 // Line: 4
3
4 delegate void F (__arglist);