2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / 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 () {}