Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue34788Android386TLSSequence (0.23 sec)

  1. src/cmd/link/link_test.go

    	}
    }
    
    const Issue34788src = `
    
    package blah
    
    func Blah(i int) int {
    	a := [...]int{1, 2, 3, 4, 5, 6, 7, 8}
    	return a[i&7]
    }
    `
    
    func TestIssue34788Android386TLSSequence(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	// This is a cross-compilation test, so it doesn't make
    	// sense to run it on every GOOS/GOARCH combination. Limit
    	// the test to amd64 + darwin/linux.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top