summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1669-2.cs
blob: 4a291b69a872600583c9de714055e7c3b7467b35 (plain)
1
2
3
4
// CS1669: __arglist is not valid in this context
// Line: 4

delegate void F (__arglist);