linux-packaging-mono/mcs/tests/test-417-lib.cs

11 lines
147 B
C#
Raw Normal View History

// Compiler options: -t:library
using System;
namespace blah
{
public delegate void MyFunnyDelegate(object sender, params object[] message);
}