Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-482.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 935563db6d6b284b4bdb7b0657fca88c2a110914 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// This is a test case for 77147
//
class X {
        public void M4(int arg) { }
        public void M4(int arg, __arglist) { }

	public static void Main ()
	{
	}
}