New test.
[mono.git] / mcs / tests / gtest-333.cs
1 public class Test
2 {
3         public static void Main ()
4         {
5         }
6
7         public static void Foo (object arg)
8         {
9               string result = arg as string ?? "";
10         }
11 }