Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test30768 (0.17 sec)

  1. src/cmd/cgo/internal/testshared/testdata/issue30768/x_test.go

    // license that can be found in the LICENSE file.
    
    package issue30768_test
    
    import (
    	"testing"
    
    	"testshared/issue30768/issue30768lib"
    )
    
    type s struct {
    	s issue30768lib.S
    }
    
    func Test30768(t *testing.T) {
    	// Calling t.Log will convert S to an empty interface,
    	// which will force a reference to the generated hash function,
    	// defined in the shared library.
    	t.Log(s{})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 487 bytes
    - Viewed (0)
Back to top