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

//line /home/xzl/work/golang-1.22/golang-1.22/src/cmd/cgo/internal/test/issue41761a/a.go:1:1
// Copyright 2020 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 issue41761a

/*
   typedef struct S41761 S41761;
*/
import _ "unsafe"

type T struct {
	X * /*line :13:5*/_Ctype_S41761 /*line :13:13*/
}
