Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	return (uintptr_t)&((misaligned*)0)->y;
    }
    
    // issue 7786
    // No runtime test, just make sure that typedef and struct/union/class are interchangeable at compile time.
    
    struct test7786;
    typedef struct test7786 typedef_test7786;
    void f7786(struct test7786 *ctx) {}
    void g7786(typedef_test7786 *ctx) {}
    
    typedef struct body7786 typedef_body7786;
    struct body7786 { int x; };
    void b7786(struct body7786 *ctx) {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top