Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test5986 (0.11 sec)

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

    func Test5337(t *testing.T)                  { test5337(t) }
    func Test5548(t *testing.T)                  { test5548(t) }
    func Test5603(t *testing.T)                  { test5603(t) }
    func Test5986(t *testing.T)                  { test5986(t) }
    func Test6390(t *testing.T)                  { test6390(t) }
    func Test6833(t *testing.T)                  { test6833(t) }
    func Test6907(t *testing.T)                  { test6907(t) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. 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