[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-877.cs
blobb372dfc26fab45329320c5c48fb330650ecb1be6
1 using System;
3 struct S
5 string value;
7 public S (int arg)
9 throw new ApplicationException ();
13 public class A
15 public static void Main ()