[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-exmethod-22.cs
blob4e3e8c0832fa36602eb453a7ce28fc91dbb48068
1 // Compiler options: -noconfig -r:gtest-exmethod-22-lib.dll -r:System.Core.dll
3 using System;
5 public class Program
7 public static int Main ()
9 1.Foo ();
10 return 0;