Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for baby_symbol (0.14 sec)

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

    #define CheckConstVal 0
    
    typedef struct {
    	int *p;
    } CheckConstStruct;
    
    static void CheckConstFunc(CheckConstStruct *p, int e) {}
    
    // duplicate symbol
    
    int base_symbol = 0;
    #define alias_one base_symbol
    #define alias_two base_symbol
    
    // function pointer variables
    
    typedef int (*intFunc) ();
    
    int
    bridge_int_func(intFunc f)
    {
    	return f();
    }
    
    int fortytwo()
    {
    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