Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for switchLabeledOuter_ssa (0.53 sec)

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

    		{"switchPlain_ssa", switchPlain_ssa, 1},
    		{"switchLabeled_ssa", switchLabeled_ssa, 1},
    		{"switchPlainInner_ssa", switchPlainInner_ssa, 2},
    		{"switchLabeledInner_ssa", switchLabeledInner_ssa, 2},
    		{"switchLabeledOuter_ssa", switchLabeledOuter_ssa, 11},
    
    		// no select tests; they're identical to switch
    	}
    
    	for _, test := range tests {
    		if got := test.fn(); got != test.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 3.7K bytes
    - Viewed (0)
Back to top