2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git] / mcs / tests / test-377.cs
bloba35eae71ffa9ecfd836e2245b24ee6779d66d1ff
1 // Compiler options: -r:test-377-lib.dll
3 using System;
4 using System.Reflection;
6 public class Tests {
8 public void test () {
9 Foo f = null;
10 f.foo (5);
13 public static void Main () {}