// Code generated by cmd/cgo; DO NOT EDIT.

//line /home/xzl/work/golang-1.22/golang-1.22/src/cmd/cgo/internal/test/issue52611b/b.go:1:1
// 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 _ "unsafe"

func GetX2(bar * /*line :14:17*/_Ctype_struct_Bar /*line :14:29*/) int32 {
	return int32(bar.X)
}
