Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for autos_ssa (0.08 sec)

  1. src/cmd/compile/internal/test/testdata/addressed_test.go

    	test(t, 21)
    	test(t, 22)
    	test(t, 23)
    	test(t, 31)
    	test(t, 32)
    }
    
    func test(t *testing.T, which int64) {
    	output += fmt.Sprintln("test", which)
    	v1 := V{w: 30, x: 3, p: nil}
    	v2, v3 := v1.autos_ssa(which, 10, 1, 20, 2)
    	if which != v2.val() {
    		output += fmt.Sprintln("Expected which=", which, "got v2.val()=", v2.val())
    		mypanic(t, "Failure of expected V value")
    	}
    	if v2.p.val() != v3.val() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 4.4K bytes
    - Viewed (0)
Back to top