Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test41761 (0.15 sec)

  1. src/cmd/cgo/internal/test/issue41761.go

    // license that can be found in the LICENSE file.
    
    package cgotest
    
    /*
       typedef struct S41761 S41761;
    */
    import "C"
    
    import (
    	"cmd/cgo/internal/test/issue41761a"
    	"testing"
    )
    
    func test41761(t *testing.T) {
    	var x issue41761a.T
    	_ = (*C.struct_S41761)(x.X)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 371 bytes
    - Viewed (0)
Back to top