Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testGCC68255 (0.2 sec)

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

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build cgo
    
    package cgotest
    
    import (
    	"testing"
    
    	"cmd/cgo/internal/test/gcc68255"
    )
    
    func testGCC68255(t *testing.T) {
    	if !gcc68255.F() {
    		t.Error("C global variable was not initialized")
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 361 bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/cgo_test.go

    func TestCastToEnum(t *testing.T)            { testCastToEnum(t) }
    func TestErrno(t *testing.T)                 { testErrno(t) }
    func TestFpVar(t *testing.T)                 { testFpVar(t) }
    func TestGCC68255(t *testing.T)              { testGCC68255(t) }
    func TestHandle(t *testing.T)                { testHandle(t) }
    func TestHelpers(t *testing.T)               { testHelpers(t) }
    func TestLibgcc(t *testing.T)                { testLibgcc(t) }
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed May 17 21:53:11 GMT 2023
    - 6.4K bytes
    - Viewed (0)
Back to top