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

//line /home/evie/packages/go/go-1.18-0/go/misc/cgo/test/issue42495.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 { } T42495A;
// typedef struct { int x[0]; } T42495B;
import _ "unsafe"

//export Issue42495A
func Issue42495A( /*line :12:18*/_Ctype_T42495A /*line :12:27*/) {}

//export Issue42495B
func Issue42495B( /*line :15:18*/_Ctype_T42495B /*line :15:27*/) {}
