merging the Mainsoft branch to the trunk
[mono.git] / mcs / tests / test-377.cs
1 // Compiler options: -t:library -r:test-377-PROFILE-il.dll
2
3 using System;
4 using System.Reflection;
5
6 public class Tests {
7
8         public void test () {
9                 Foo f = null;
10                 f.foo (5);
11         }
12 }