remove debug writelines
[mcs.git] / tests / gtest-exmethod-02.cs
bloba7987e538742e2de4a55ff6999fd867f4ef634ac
1 // Compiler options: -r:gtest-exmethod-02-lib.dll
3 using System;
5 public class M
7 public static void Main ()
9 "foo".Test_1 ();
13 namespace N
15 public class M
17 public static void Test2 ()
19 "foo".Test_1 ();