introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with it
[official-gcc.git] / libgo / misc / cgo / test / issue3729w.go
blob69296b506e7641b158dbf59ec1f08ff87d739d38
1 // Copyright 2012 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // Issue 3729: cmd/cgo: access errno from void C function
6 // void f(void) returns [0]byte, error in Go world.
8 // +build windows
10 package cgotest
12 import "testing"
14 func test3729(t *testing.T) {
15 t.Log("skip errno test on Windows")