コード例 #1
0
ファイル: b14277.cs プロジェクト: yukozh/coreclr
        public static int Main(String[] args)
        {
            Bug b = new Bug();

            b.runTest();
            return(100);
        }
コード例 #2
0
        public static int Main(String[] args)
        {
            Bug oCbTest = new Bug();

            oCbTest.runTest();
            return(100);
        }
コード例 #3
0
ファイル: b14673.cs プロジェクト: l1183479157/coreclr
 public static int Main(String[] args)
 {
     Bug oCbTest = new Bug();
     oCbTest.runTest((3));
     return 100;
 }
コード例 #4
0
ファイル: b14277.cs プロジェクト: l1183479157/coreclr
 public static int Main(String[] args)
 {
     Bug b = new Bug();
     b.runTest();
     return 100;
 }