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

//line /tmp/cgotest2192506066/src/cgotest/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 S S;
*/
import _ "unsafe"

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