Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-417-lib.cs
1 // Compiler options: -t:library
2
3 using System;
4
5 namespace blah
6 {
7
8 public delegate void MyFunnyDelegate(object sender, params object[] message);
9
10 }