[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs1599-3.cs
blob9d378099d82e135be916bae7a3a445a056a6315e
1 // CS1599: The return type of `System.ArgIterator' is not allowed
2 // Line: 8
4 using System;
6 class C
8 delegate ArgIterator Test (int arg);