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

//line /tmp/cgotest1059061968/src/cgotest/issue26430/b.go:1:1
// Copyright 2018 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 a

// typedef struct S ST;
// struct S { int f; };
import _ "unsafe"

func F2(p * /*line :11:12*/_Ctype_ST /*line :11:16*/) {
	p.f = 1
}
