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

//line /home/evie/packages/go/go-1.18-0/go/misc/cgo/errors/testdata/issue14669.go:1:1
// Copyright 2016 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.

// Issue 14669: test that fails when build with CGO_CFLAGS selecting
// optimization.

package p

/*
const int E = 1;

typedef struct s {
	int       c;
} s;
*/
import _ "unsafe"

func F() {
	_ =  /*line :20:6*/_Ctype_s /*line :20:9*/{
		c: ( /*line :21:6*/*_Cvar_E /*line :21:8*/),
	}
}
