Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for function_that_does_not_exist (0.2 sec)

  1. src/cmd/cgo/internal/testerrors/testdata/issue18452.go

    // license that can be found in the LICENSE file.
    
    // Issue 18452: show pos info in undefined name errors
    
    package p
    
    import (
    	"C"
    	"fmt"
    )
    
    func a() {
    	fmt.Println("Hello, world!")
    	C.function_that_does_not_exist() // ERROR HERE
    	C.pi                             // ERROR HERE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 390 bytes
    - Viewed (0)
Back to top