eol
[mcs.git] / tests / gtest-291.cs
blob81319315e8720a4c40cd548e55fe62ac8edf6323
1 using System;
3 class Global {
4 static void Main() {
5 Console.Write(Test2((int?)2));
7 static string Test2(decimal? value) {
8 return "ok";