[configure] Add new target.
[mono-project.git] / mcs / tests / test-765.cs
blob7fe77912fcd52bde0b98791a3fca8c9b745e469c
1 using System;
3 class B : A
5 public static void Foo (int i)
10 class A
12 public static void Foo (string s)
18 public static class Test
20 public static void Main ()
22 B.Foo ("a");