Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for issue8811Execute (0.1 sec)

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

    typedef struct two two;
    struct one {
    	two *x;
    };
    struct two {
    	one *x;
    };
    
    // issue 8811
    
    extern int issue8811Initialized;
    extern void issue8811Init();
    
    void issue8811Execute() {
    	if(!issue8811Initialized)
    		issue8811Init();
    }
    
    // issue 8945
    
    typedef void (*PFunc8945)();
    PFunc8945 func8945;
    
    // issue 9557
    
    struct issue9557_t {
      int a;
    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