Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for structfieldcast (0.12 sec)

  1. src/cmd/cgo/internal/testerrors/ptr_test.go

    		fail:    false,
    	},
    	{
    		// Test that a converted address of a struct field results
    		// in a check for just that field and not the whole struct.
    		name:    "structfieldcast",
    		c:       `struct S40i { int i; int* p; }; void f40(struct S40i* p) {}`,
    		support: `type S40 struct { p *int; a C.struct_S40i }`,
    		body:    `s := &S40{p: new(int)}; C.f40((*C.struct_S40i)(&s.a))`,
    		fail:    false,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top