summaryrefslogtreecommitdiff
path: root/mcs/tests/test-417-lib.cs
blob: 632fd6ef3dca309bb75286e2ada7572fd5656387 (plain)
1
2
3
4
5
6
7
8
9
10
// Compiler options: -t:library

using System;

namespace blah
{

public delegate void MyFunnyDelegate(object sender, params object[] message);

}