Merge pull request #496 from nicolas-raoul/unit-test-for-issue2907
[mono.git] / mcs / tests / test-482.cs
1 //
2 // This is a test case for 77147
3 //
4 class X {
5         public void M4(int arg) { }
6         public void M4(int arg, __arglist) { }
7
8         public static void Main ()
9         {
10         }
11 }