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

//line /home/xzl/work/golang-1.22/golang-1.22/src/cmd/cgo/internal/test/issue52611a/a.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 issue52611a

/*
typedef struct Foo {
    int X;
} Foo;
*/
import _ "unsafe"

func GetX1(foo * /*line :14:17*/_Ctype_struct_Foo /*line :14:29*/) int32 {
	return int32(foo.X)
}
