Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for standinacorner2 (0.13 sec)

  1. test/fixedbugs/issue10958.go

    	goto loop
    
    done:
    	return
    }
    
    func standinacorner3() {
    	for someglobal3&1 == 0 {
    		if someglobal3&2 != 0 {
    			for someglobal3&3 == 2 {
    				someglobal3++
    				someglobal3++
    				someglobal3++
    				someglobal3++
    			}
    		}
    		someglobal3++
    		someglobal3++
    		someglobal3++
    		someglobal3++
    	}
    }
    
    func main() {
    	go standinacorner1()
    	go standinacorner2(0)
    	go standinacorner3()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top