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

//line /tmp/cgotest3246027260/src/cgotest/issue41761.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 cgotest

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

import (
	"cgotest/issue41761a"
	"testing"
)

func test41761(t *testing.T) {
	var x issue41761a.T
	_ = (* /*line :19:8*/_Ctype_struct_S /*line :19:18*/)(x.X)
}
