Merge all static runtime libs into libmono-static.
[mono.git] / mcs / tests / test-528.cs
1 using System;
2
3 namespace MicroFocus.MONO.Bugs
4 {
5         public class Odd
6         {
7                 private static readonly Type[] _argTypes = { typeof(object[]) };
8
9                 public static void Main()
10                 {
11                 }
12         }
13 }