%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/go119/misc/cgo/test/testdata/issue52611b/
Upload File :
Create Path :
Current File : //usr/local/go119/misc/cgo/test/testdata/issue52611b/b.go

// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package issue52611b

/*
typedef struct Bar {
    int X;
} Bar;
*/
import "C"

func GetX2(bar *C.struct_Bar) int32 {
	return int32(bar.X)
}

Zerion Mini Shell 1.0