Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1591-5.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15c7d8951196125c3fab90cdf7e2116ddd72cf1c (plain)
1
2
3
4
5
6
7
// Compiler options: -doc:dummy.xml -warnaserror -warn:4
using System;

namespace Testing
{
	public delegate void MyDelegate (object o, EventArgs e);
}