[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-debug-07.cs
blobc58c720cf145408ff696d4e3c4e2302bc1e29368
1 class C
3 public static void Main ()
5 return;
8 int Foo2 ()
10 return 7;
13 int Foo3 ()
17 return 2;