コード例 #1
0
ファイル: GitHub_7907.cs プロジェクト: JonHanna/coreclr
 public static int Main(string[] args)
 {
     int result0 = new Bug7907().F0(10);
     int result1 = new Bug7907().F1(10);
     Console.WriteLine("R0={0} R1={1}", result0, result1);
     return (result0 == 10 && result1 == 10 ? 100 : -1);
 }
コード例 #2
0
    public static int Main(string[] args)
    {
        int result0 = new Bug7907().F0(10);
        int result1 = new Bug7907().F1(10);

        Console.WriteLine("R0={0} R1={1}", result0, result1);
        return(result0 == 10 && result1 == 10 ? 100 : -1);
    }